Html Css Color HEX #F1E5CF Bleach White

📋 copy color: '#F1E5CF'

red 241 ◦ green 229 ◦ blue 207

#F1E5CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bleach White #F1E5CF

Tints of Bleach White #F1E5CF

RGB

 RED value IS 241 (94.53% from 255) = 35.6%

 GREEN value IS 229 (89.84% from 255) = 33.83%

 BLUE value IS 207 (81.25% from 255) = 30.58%

R = 35.6%
G = 33.83%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1E5CF (or 0xF1E5CF) is known color: 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

RGB 241 229 207 -
CMYK 0 0.05 0.14 0.05
HSL 38.82º 0.55% 0.88% -
HSV(B) 38.82º 0.14% 0.95% -
XYZ 75.56 79.24 70.34 -
YUV 230.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 241 229 207 0 0.05 0.14 0.05 38.82 0.55 0.88
Hex F1 E5 CF 0 5 E 5 27 37 58
Octal 361 345 317 0 5 16 5 47 67 130
Binary 11110001 11100101 11001111 0 101 1110 101 100111 110111 1011000

Color Harmonies of #F1E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5CF

Black with #F1E5CF

Text Example


Text Example

White with #F1E5CF

Text Example


Text Example

HTML Codes & Css Web 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>