#F1E1D8

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

Shades of Fair Pink #F1E1D8

Tints of Fair Pink #F1E1D8

Color information

#F1E1D8 (or 0xF1E1D8) is unknown color: approx Fair Pink. HEX triplet: F1, E1 and D8. RGB value is (241,225,216). Sum of RGB (Red+Green+Blue) = 241+225+216=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1D8 is #0E1E27. Grayscale: #E4E4E4. Windows color (decimal): -925224 or 14213617. OLE color: 14213617.

HSL color Cylindrical-coordinate representation of color #F1E1D8: hue angle of 21.6º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E1D8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241225216-
CMYK00.070.100.05
HSL21.6º47.17%89.61%-
HSV(B)21.6º10.37%94.51%-
XYZ75.677.5175.94-
YUV228.76120.8136.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 216 (84.77% from 255) = 31.67%
R=35.34%
G=32.99%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122521600.070.100.0521.647.1789.61
HexF1E1D807A5162f5a
Octal361341330071252657132
Binary11110001111000011101100001111010101101101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1D8; }

 p { color: rgb(241,225,216); }

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

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

 a { background-color: rgb(241,225,216); }

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

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

 span { border-color: rgb(241,225,216); }

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