#F0E0CF

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

Shades of Quarter Spanish White #F0E0CF

Tints of Quarter Spanish White #F0E0CF

Color information

#F0E0CF (or 0xF0E0CF) is unknown color: approx Quarter Spanish White. HEX triplet: F0, E0 and CF. RGB value is (240,224,207). Sum of RGB (Red+Green+Blue) = 240+224+207=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CF is #0F1F30. Grayscale: #E2E2E2. Windows color (decimal): -991025 or 13623536. OLE color: 13623536.

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

Color convert

RGB240224207-
CMYK00.070.140.06
HSL30.91º52.38%87.65%-
HSV(B)30.91º13.75%94.12%-
XYZ73.8576.3469.87-
YUV226.85116.8137.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=35.77%
G=33.38%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022420700.070.140.0630.9152.3887.65
HexF0E0CF07E61f3458
Octal360340317071663764130
Binary11110000111000001100111101111110110111111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0CF; }

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

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

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

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

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

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

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

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