#F0E2CF

Color #F0E2CF Quarter Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Spanish White #F0E2CF

Tints of Quarter Spanish White #F0E2CF

Color information

#F0E2CF (or 0xF0E2CF) is unknown color: approx Quarter Spanish White. HEX triplet: F0, E2 and CF. RGB value is (240,226,207). Sum of RGB (Red+Green+Blue) = 240+226+207=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2CF is #0F1D30. Grayscale: #E4E4E4. Windows color (decimal): -990513 or 13624048. OLE color: 13624048.

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

Color convert

RGB240226207-
CMYK00.060.140.06
HSL34.55º52.38%87.65%-
HSV(B)34.55º13.75%94.12%-
XYZ74.3977.4270.05-
YUV228.02116.14136.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 226 (88.67% from 255) = 33.58%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=35.66%
G=33.58%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022620700.060.140.0634.5552.3887.65
HexF0E2CF06E6233458
Octal360342317061664364130
Binary111100001110001011001111011011101101000111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2CF; }

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

 H1.HeaderClassName
 {
   color: #F0E2CF;
 }
 .AnyTagClassName
 {
   color: #F0E2CF;
 }
</style>
background-color css

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

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

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

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

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

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