Html Css Color HEX #F0E3CB Bleach White

📋 copy color: '#F0E3CB'

red 240 ◦ green 227 ◦ blue 203

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

Shades of Bleach White #F0E3CB

Tints of Bleach White #F0E3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.88%

 BLUE value IS 203 (79.69% from 255) = 30.3%

R = 35.82%
G = 33.88%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E3CB (or 0xF0E3CB) is known color: Bleach White. HEX triplet: F0, E3 and CB. RGB value is (240,227,203). Sum of RGB (Red+Green+Blue) = 240+227+203=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3CB is #0F1C34. Grayscale: #E4E4E4. Windows color (decimal): -990261 or 13362160. OLE color: 13362160.

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

Color convert

RGB 240 227 203 -
CMYK 0 0.05 0.15 0.06
HSL 38.92º 0.55% 0.87% -
HSV(B) 38.92º 0.15% 0.94% -
XYZ 74.18 77.78 67.6 -
YUV 228.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 240 227 203 0 0.05 0.15 0.06 38.92 0.55 0.87
Hex F0 E3 CB 0 5 F 6 27 37 57
Octal 360 343 313 0 5 17 6 47 67 127
Binary 11110000 11100011 11001011 0 101 1111 110 100111 110111 1010111

Color Harmonies of #F0E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E3CB

Black with #F0E3CB

Text Example


Text Example

White with #F0E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E3CB; }

 p { color: rgb(240,227,203); }

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

background-color css

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

 a { background-color: rgb(240,227,203); }

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

border-color css

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

 span { border-color: rgb(240,227,203); }

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