Html Css Color HEX #F2EFDC Rice Cake

📋 copy color: '#F2EFDC'

red 242 ◦ green 239 ◦ blue 220

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

Shades of Rice Cake #F2EFDC

Tints of Rice Cake #F2EFDC

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 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

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

RGB 242 239 220 -
CMYK 0 0.01 0.09 0.05
HSL 51.82º 0.46% 0.91% -
HSV(B) 51.82º 0.09% 0.95% -
XYZ 80.4 85.78 80.03 -
YUV 237.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 242 239 220 0 0.01 0.09 0.05 51.82 0.46 0.91
Hex F2 EF DC 0 1 9 5 34 2E 5B
Octal 362 357 334 0 1 11 5 64 56 133
Binary 11110010 11101111 11011100 0 1 1001 101 110100 101110 1011011

Color Harmonies of #F2EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFDC

Black with #F2EFDC

Text Example


Text Example

White with #F2EFDC

Text Example


Text Example

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