#F1E5DD

Color #F1E5DD Fair Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fair Pink #F1E5DD

Tints of Fair Pink #F1E5DD

Color information

#F1E5DD (or 0xF1E5DD) is unknown color: approx Fair Pink. HEX triplet: F1, E5 and DD. RGB value is (241,229,221). Sum of RGB (Red+Green+Blue) = 241+229+221=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5DD is #0E1A22. Grayscale: #E7E7E7. Windows color (decimal): -924195 or 14542321. OLE color: 14542321.

HSL color Cylindrical-coordinate representation of color #F1E5DD: hue angle of 24º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1E5DD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241229221-
CMYK00.050.080.05
HSL24º41.67%90.59%-
HSV(B)24º8.3%94.51%-
XYZ77.3579.9679.76-
YUV231.68121.98134.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=34.88%
G=33.14%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122922100.050.080.052441.6790.59
HexF1E5DD0585182a5b
Octal361345335051053052133
Binary11110001111001011101110101011000101110001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5DD; }

 p { color: rgb(241,229,221); }

 H1.HeaderClassName
 {
   color: #F1E5DD;
 }
 .AnyTagClassName
 {
   color: #F1E5DD;
 }
</style>
background-color css

<style>
 a { background-color: #F1E5DD; }

 a { background-color: rgb(241,229,221); }

 div.DivClassName
 {
   background-color: #F1E5DD;
 }
 .BgClassName
 {
   background-color: #F1E5DD;
 }
</style>
border-color css

<style>
 span { border-color: #F1E5DD; }

 span { border-color: rgb(241,229,221); }

 td.TdClassName
 {
   border-color: #F1E5DD;
 }
 .TagClassName
 {
   border-color: #F1E5DD;
 }
</style>