Html Css Color HEX #F0E5CC Bleach White

📋 copy color: '#F0E5CC'

red 240 ◦ green 229 ◦ blue 204

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

Shades of Bleach White #F0E5CC

Tints of Bleach White #F0E5CC

RGB

 RED value IS 240 (94.14% from 255) = 35.66%

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

 BLUE value IS 204 (80.08% from 255) = 30.31%

R = 35.66%
G = 34.03%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E5CC (or 0xF0E5CC) is known color: Bleach White. HEX triplet: F0, E5 and CC. RGB value is (240,229,204). Sum of RGB (Red+Green+Blue) = 240+229+204=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5CC is #0F1A33. Grayscale: #E5E5E5. Windows color (decimal): -989748 or 13428208. OLE color: 13428208.

HSL color Cylindrical-coordinate representation of color #F0E5CC: hue angle of 41.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0E5CC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 229 204 -
CMYK 0 0.05 0.15 0.06
HSL 41.67º 0.55% 0.87% -
HSV(B) 41.67º 0.15% 0.94% -
XYZ 74.85 78.92 68.42 -
YUV 229.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 240 229 204 0 0.05 0.15 0.06 41.67 0.55 0.87
Hex F0 E5 CC 0 5 F 6 2A 37 57
Octal 360 345 314 0 5 17 6 52 67 127
Binary 11110000 11100101 11001100 0 101 1111 110 101010 110111 1010111

Color Harmonies of #F0E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5CC

Black with #F0E5CC

Text Example


Text Example

White with #F0E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5CC; }

 p { color: rgb(240,229,204); }

 H1.HeaderClassName
 {
   color: #F0E5CC;
 }
 .AnyTagClassName
 {
   color: #F0E5CC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,229,204); }

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

border-color css

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

 span { border-color: rgb(240,229,204); }

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