#F2EFDC

Color #F2EFDC Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #F2EFDC

Tints of Rice Cake #F2EFDC

Color information

#F2EFDC (or 0xF2EFDC) is unknown color: approx Rice Cake. HEX triplet: F2, EF and DC. RGB value is (242,239,220). Sum of RGB (Red+Green+Blue) = 242+239+220=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFDC is #0D1023. Grayscale: #EDEDED. Windows color (decimal): -856100 or 14479346. OLE color: 14479346.

HSL color Cylindrical-coordinate representation of color #F2EFDC: hue angle of 51.82º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2EFDC is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242239220-
CMYK00.010.090.05
HSL51.82º45.83%90.59%-
HSV(B)51.82º9.09%94.9%-
XYZ80.485.7880.03-
YUV237.73117.99131.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=34.52%
G=34.09%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223922000.010.090.0551.8245.8390.59
HexF2EFDC0195342e5b
Octal362357334011156456133
Binary1111001011101111110111000110011011101001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFDC; }

 p { color: rgb(242,239,220); }

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

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

 a { background-color: rgb(242,239,220); }

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

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

 span { border-color: rgb(242,239,220); }

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