#F2E2CF

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

Shades of Quarter Spanish White #F2E2CF

Tints of Quarter Spanish White #F2E2CF

Color information

#F2E2CF (or 0xF2E2CF) is unknown color: approx Quarter Spanish White. HEX triplet: F2, E2 and CF. RGB value is (242,226,207). Sum of RGB (Red+Green+Blue) = 242+226+207=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2CF is #0D1D30. Grayscale: #E4E4E4. Windows color (decimal): -859441 or 13624050. OLE color: 13624050.

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

Color convert

RGB242226207-
CMYK00.070.140.05
HSL32.57º57.38%88.04%-
HSV(B)32.57º14.46%94.9%-
XYZ75.0877.7770.09-
YUV228.62115.8137.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.85%
GREEN value IS 226 (88.67% from 255) = 33.48%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=35.85%
G=33.48%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222620700.070.140.0532.5757.3888.04
HexF2E2CF07E5213958
Octal362342317071654171130
Binary111100101110001011001111011111101011000011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2CF; }

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

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

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

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

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

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

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

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