Html Css Color HEX #F0E1C9 Bleach White

📋 copy color: '#F0E1C9'

red 240 ◦ green 225 ◦ blue 201

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

Shades of Bleach White #F0E1C9

Tints of Bleach White #F0E1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.78%

 BLUE value IS 201 (78.91% from 255) = 30.18%

R = 36.04%
G = 33.78%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0E1C9 (or 0xF0E1C9) is known color: Bleach White. HEX triplet: F0, E1 and C9. RGB value is (240,225,201). Sum of RGB (Red+Green+Blue) = 240+225+201=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1C9 is #0F1E36. Grayscale: #E2E2E2. Windows color (decimal): -990775 or 13230576. OLE color: 13230576.

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

Color convert

RGB 240 225 201 -
CMYK 0 0.06 0.16 0.06
HSL 36.92º 0.57% 0.86% -
HSV(B) 36.92º 0.16% 0.94% -
XYZ 73.4 76.59 66.17 -
YUV 226.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 240 225 201 0 0.06 0.16 0.06 36.92 0.57 0.86
Hex F0 E1 C9 0 6 10 6 25 39 56
Octal 360 341 311 0 6 20 6 45 71 126
Binary 11110000 11100001 11001001 0 110 10000 110 100101 111001 1010110

Color Harmonies of #F0E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1C9

Black with #F0E1C9

Text Example


Text Example

White with #F0E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1C9; }

 p { color: rgb(240,225,201); }

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

background-color css

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

 a { background-color: rgb(240,225,201); }

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

border-color css

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

 span { border-color: rgb(240,225,201); }

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