Color Hex Logo

#f4d7fb Color Hex

#F4D7FB
(244,215,251)
0 Favorites   0 Comments

Color spaces of #f4d7fb

RGB 244215251
HSL0.800.820.91
HSV288°14°98°
CMYK 0.030.140.00   0.02
XYZ79.021374.7990101.5396
Yxy74.79900.30950.2929
Hunter Lab86.486411.7415-9.0691
CIE-Lab89.298816.2784-13.8492

#f4d7fb color RGB value is (244,215,251).

#f4d7fb hex color red value is 244, green value is 215 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f4d7fb hue: 0.80 , saturation: 0.82 and the lightness value of f4d7fb is 0.91.

The process color (four color CMYK) of #f4d7fb color hex is 0.03, 0.14, 0.00, 0.02. Web safe color of #f4d7fb is #ffccff. Color #f4d7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11010111 11111011
Octal 364 327 373
Decimal 244 215 251
Hex F4 D7 FB

RGB Percentages of Color #f4d7fb

%34.37
%30.28
%35.35

CMYK Percentages of Color #f4d7fb

%3
%14
%0
%2

Triadic Colors of #f4d7fb

#f4d7fb #fbf4d7 #d7fbf4

Analogous Colors of #f4d7fb

#f4d7fb #fbd7f0 #e2d7fb

Monochromatic Colors of #f4d7fb

#f4d7fb

Complementary Color

#f4d7fb #defbd7

#f4d7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4d7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4d7fb Color CSS Codes

.mybgcolor {background-color:#f4d7fb; } 
.myforecolor {color:#f4d7fb; }
.mybordercolor {border:3px solid #f4d7fb; }

#f4d7fb Text Font Color

<p style="color:#f4d7fb">Text here</p>

This sample text font color is #f4d7fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f4d7fb Background Color

<div style="background-color:#f4d7fb">
Div content here</div>

This div background color is #f4d7fb


#f4d7fb Border Color

<div style="border:3px solid #f4d7fb">
Div here</div>

This div border color is #f4d7fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,215,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4d7fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4d7fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f4d7fb;
  box-shadow:         1px 1px 3px 2px #f4d7fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,215,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4d7fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4d7fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f4d7fb;
  box-shadow:         1px 1px 3px 2px #f4d7fb;">
Div content here</div>

This div box has shadow with color #f4d7fb


Comments

No comments written yet.

Please login to write comment.