Html Css Color HEX #F2EFDD Rice Cake

📋 copy color: '#F2EFDD'

red 242 ◦ green 239 ◦ blue 221

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

Shades of Rice Cake #F2EFDD

Tints of Rice Cake #F2EFDD

RGB

 RED value IS 242 (94.92% from 255) = 34.47%

 GREEN value IS 239 (93.75% from 255) = 34.05%

 BLUE value IS 221 (86.72% from 255) = 31.48%

R = 34.47%
G = 34.05%
B = 31.48%

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

#F2EFDD (or 0xF2EFDD) is known color: Rice Cake. HEX triplet: F2, EF and DD. RGB value is (242,239,221). Sum of RGB (Red+Green+Blue) = 242+239+221=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFDD is #0D1022. Grayscale: #EDEDED. Windows color (decimal): -856099 or 14544882. OLE color: 14544882.

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

Color convert

RGB 242 239 221 -
CMYK 0 0.01 0.09 0.05
HSL 51.43º 0.45% 0.91% -
HSV(B) 51.43º 0.09% 0.95% -
XYZ 80.54 85.83 80.73 -
YUV 237.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 242 239 221 0 0.01 0.09 0.05 51.43 0.45 0.91
Hex F2 EF DD 0 1 9 5 33 2D 5B
Octal 362 357 335 0 1 11 5 63 55 133
Binary 11110010 11101111 11011101 0 1 1001 101 110011 101101 1011011

Color Harmonies of #F2EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFDD

Black with #F2EFDD

Text Example


Text Example

White with #F2EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFDD; }

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

 H1.HeaderClassName
 {
   color: #F2EFDD;
 }
 .AnyTagClassName
 {
   color: #F2EFDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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