#F2F0DC

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

Shades of Rice Cake #F2F0DC

Tints of Rice Cake #F2F0DC

Color information

#F2F0DC (or 0xF2F0DC) is unknown color: approx Rice Cake. HEX triplet: F2, F0 and DC. RGB value is (242,240,220). Sum of RGB (Red+Green+Blue) = 242+240+220=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DC is #0D0F23. Grayscale: #EEEEEE. Windows color (decimal): -855844 or 14479602. OLE color: 14479602.

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

Color convert

RGB242240220-
CMYK00.010.090.05
HSL54.55º45.83%90.59%-
HSV(B)54.55º9.09%94.9%-
XYZ80.786.3680.13-
YUV238.32117.66130.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 240 (94.14% from 255) = 34.19%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=34.47%
G=34.19%
B=31.34%

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
Decimal24224022000.010.090.0554.5545.8390.59
HexF2F0DC0195372e5b
Octal362360334011156756133
Binary1111001011110000110111000110011011101111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0DC; }

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

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

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

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

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

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

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

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