Html Css Color HEX #F0E4CA Bleach White

📋 copy color: '#F0E4CA'

red 240 ◦ green 228 ◦ blue 202

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

Shades of Bleach White #F0E4CA

Tints of Bleach White #F0E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.03%

 BLUE value IS 202 (79.3% from 255) = 30.15%

R = 35.82%
G = 34.03%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0E4CA (or 0xF0E4CA) is known color: Bleach White. HEX triplet: F0, E4 and CA. RGB value is (240,228,202). Sum of RGB (Red+Green+Blue) = 240+228+202=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4CA is #0F1B35. Grayscale: #E4E4E4. Windows color (decimal): -990006 or 13296880. OLE color: 13296880.

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

Color convert

RGB 240 228 202 -
CMYK 0 0.05 0.16 0.06
HSL 41.05º 0.56% 0.87% -
HSV(B) 41.05º 0.16% 0.94% -
XYZ 74.34 78.28 67.07 -
YUV 228.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 240 228 202 0 0.05 0.16 0.06 41.05 0.56 0.87
Hex F0 E4 CA 0 5 10 6 29 38 57
Octal 360 344 312 0 5 20 6 51 70 127
Binary 11110000 11100100 11001010 0 101 10000 110 101001 111000 1010111

Color Harmonies of #F0E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E4CA

Black with #F0E4CA

Text Example


Text Example

White with #F0E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E4CA; }

 p { color: rgb(240,228,202); }

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

background-color css

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

 a { background-color: rgb(240,228,202); }

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

border-color css

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

 span { border-color: rgb(240,228,202); }

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