#F2E4CF

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

Shades of Quarter Spanish White #F2E4CF

Tints of Quarter Spanish White #F2E4CF

Color information

#F2E4CF (or 0xF2E4CF) is unknown color: approx Quarter Spanish White. HEX triplet: F2, E4 and CF. RGB value is (242,228,207). Sum of RGB (Red+Green+Blue) = 242+228+207=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4CF is #0D1B30. Grayscale: #E5E5E5. Windows color (decimal): -858929 or 13624562. OLE color: 13624562.

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

Color convert

RGB242228207-
CMYK00.060.140.05
HSL36º57.38%88.04%-
HSV(B)36º14.46%94.9%-
XYZ75.6278.8770.27-
YUV229.79115.14136.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 228 (89.45% from 255) = 33.68%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=35.75%
G=33.68%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222820700.060.140.053657.3888.04
HexF2E4CF06E5243958
Octal362344317061654471130
Binary111100101110010011001111011011101011001001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4CF; }

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

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

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

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

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

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

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

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