Html Css Color HEX #F2E5CC Bleach White

📋 copy color: '#F2E5CC'

red 242 ◦ green 229 ◦ blue 204

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

Shades of Bleach White #F2E5CC

Tints of Bleach White #F2E5CC

RGB

 RED value IS 242 (94.92% from 255) = 35.85%

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

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

R = 35.85%
G = 33.93%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2E5CC (or 0xF2E5CC) is known color: Bleach White. HEX triplet: F2, E5 and CC. RGB value is (242,229,204). Sum of RGB (Red+Green+Blue) = 242+229+204=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5CC is #0D1A33. Grayscale: #E6E6E6. Windows color (decimal): -858676 or 13428210. OLE color: 13428210.

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

Color convert

RGB 242 229 204 -
CMYK 0 0.05 0.16 0.05
HSL 39.47º 0.59% 0.87% -
HSV(B) 39.47º 0.16% 0.95% -
XYZ 75.54 79.28 68.45 -
YUV 230.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 242 229 204 0 0.05 0.16 0.05 39.47 0.59 0.87
Hex F2 E5 CC 0 5 10 5 27 3B 57
Octal 362 345 314 0 5 20 5 47 73 127
Binary 11110010 11100101 11001100 0 101 10000 101 100111 111011 1010111

Color Harmonies of #F2E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5CC

Black with #F2E5CC

Text Example


Text Example

White with #F2E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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