Html Css Color HEX #F0E2CC Bleach White

📋 copy color: '#F0E2CC'

red 240 ◦ green 226 ◦ blue 204

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

Shades of Bleach White #F0E2CC

Tints of Bleach White #F0E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.73%

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

R = 35.82%
G = 33.73%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E2CC (or 0xF0E2CC) is known color: Bleach White. HEX triplet: F0, E2 and CC. RGB value is (240,226,204). Sum of RGB (Red+Green+Blue) = 240+226+204=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2CC is #0F1D33. Grayscale: #E3E3E3. Windows color (decimal): -990516 or 13427440. OLE color: 13427440.

HSL color Cylindrical-coordinate representation of color #F0E2CC: hue angle of 36.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 #F0E2CC is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 204 -
CMYK 0 0.06 0.15 0.06
HSL 36.67º 0.55% 0.87% -
HSV(B) 36.67º 0.15% 0.94% -
XYZ 74.03 77.28 68.14 -
YUV 227.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 240 226 204 0 0.06 0.15 0.06 36.67 0.55 0.87
Hex F0 E2 CC 0 6 F 6 25 37 57
Octal 360 342 314 0 6 17 6 45 67 127
Binary 11110000 11100010 11001100 0 110 1111 110 100101 110111 1010111

Color Harmonies of #F0E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2CC

Black with #F0E2CC

Text Example


Text Example

White with #F0E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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