#F1E5CF

Color #F1E5CF Bleach White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bleach White #F1E5CF

Tints of Bleach White #F1E5CF

Color information

#F1E5CF (or 0xF1E5CF) is unknown color: approx Bleach White. HEX triplet: F1, E5 and CF. RGB value is (241,229,207). Sum of RGB (Red+Green+Blue) = 241+229+207=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5CF is #0E1A30. Grayscale: #E6E6E6. Windows color (decimal): -924209 or 13624817. OLE color: 13624817.

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

Color convert

RGB241229207-
CMYK00.050.140.05
HSL38.82º54.84%87.84%-
HSV(B)38.82º14.11%94.51%-
XYZ75.5679.2470.34-
YUV230.08114.98135.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=35.60%
G=33.83%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122920700.050.140.0538.8254.8487.84
HexF1E5CF05E5273758
Octal361345317051654767130
Binary111100011110010111001111010111101011001111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5CF; }

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

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

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

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

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

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

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

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