Html Css Color HEX #F0E4CF Bleach White

📋 copy color: '#F0E4CF'

red 240 ◦ green 228 ◦ blue 207

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

Shades of Bleach White #F0E4CF

Tints of Bleach White #F0E4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.67%

R = 35.56%
G = 33.78%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0E4CF (or 0xF0E4CF) is known color: Bleach White. HEX triplet: F0, E4 and CF. RGB value is (240,228,207). Sum of RGB (Red+Green+Blue) = 240+228+207=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4CF is #0F1B30. Grayscale: #E5E5E5. Windows color (decimal): -990001 or 13624560. OLE color: 13624560.

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

Color convert

RGB 240 228 207 -
CMYK 0 0.05 0.14 0.06
HSL 38.18º 0.52% 0.88% -
HSV(B) 38.18º 0.14% 0.94% -
XYZ 74.94 78.52 70.24 -
YUV 229.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 240 228 207 0 0.05 0.14 0.06 38.18 0.52 0.88
Hex F0 E4 CF 0 5 E 6 26 34 58
Octal 360 344 317 0 5 16 6 46 64 130
Binary 11110000 11100100 11001111 0 101 1110 110 100110 110100 1011000

Color Harmonies of #F0E4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E4CF

Black with #F0E4CF

Text Example


Text Example

White with #F0E4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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