#F1E4DD

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

Shades of Fair Pink #F1E4DD

Tints of Fair Pink #F1E4DD

Color information

#F1E4DD (or 0xF1E4DD) is unknown color: approx Fair Pink. HEX triplet: F1, E4 and DD. RGB value is (241,228,221). Sum of RGB (Red+Green+Blue) = 241+228+221=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4DD is #0E1B22. Grayscale: #E7E7E7. Windows color (decimal): -924451 or 14542065. OLE color: 14542065.

HSL color Cylindrical-coordinate representation of color #F1E4DD: hue angle of 21º 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 #F1E4DD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241228221-
CMYK00.050.080.05
HSL21º41.67%90.59%-
HSV(B)21º8.3%94.51%-
XYZ77.0779.4179.67-
YUV231.09122.31135.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 221 (86.72% from 255) = 32.03%
R=34.93%
G=33.04%
B=32.03%

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
Decimal24122822100.050.080.052141.6790.59
HexF1E4DD0585152a5b
Octal361344335051052552133
Binary11110001111001001101110101011000101101011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4DD; }

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

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

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

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

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

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

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

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