Html Css Color HEX #F2F0DC Rice Cake

📋 copy color: '#F2F0DC'

red 242 ◦ green 240 ◦ blue 220

#F2F0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Cake #F2F0DC

Tints of Rice Cake #F2F0DC

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 value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2F0DC (or 0xF2F0DC) is known color: 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

RGB 242 240 220 -
CMYK 0 0.01 0.09 0.05
HSL 54.55º 0.46% 0.91% -
HSV(B) 54.55º 0.09% 0.95% -
XYZ 80.7 86.36 80.13 -
YUV 238.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 242 240 220 0 0.01 0.09 0.05 54.55 0.46 0.91
Hex F2 F0 DC 0 1 9 5 37 2E 5B
Octal 362 360 334 0 1 11 5 67 56 133
Binary 11110010 11110000 11011100 0 1 1001 101 110111 101110 1011011

Color Harmonies of #F2F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0DC

Black with #F2F0DC

Text Example


Text Example

White with #F2F0DC

Text Example


Text Example

HTML Codes & Css Web 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>