Html Css Color HEX #F0EDDD Rice Cake

📋 copy color: '#F0EDDD'

red 240 ◦ green 237 ◦ blue 221

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

Shades of Rice Cake #F0EDDD

Tints of Rice Cake #F0EDDD

RGB

 RED value IS 240 (94.14% from 255) = 34.38%

 GREEN value IS 237 (92.97% from 255) = 33.95%

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

R = 34.38%
G = 33.95%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0EDDD (or 0xF0EDDD) is known color: Rice Cake. HEX triplet: F0, ED and DD. RGB value is (240,237,221). Sum of RGB (Red+Green+Blue) = 240+237+221=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDD is #0F1222. Grayscale: #ECECEC. Windows color (decimal): -987683 or 14544368. OLE color: 14544368.

HSL color Cylindrical-coordinate representation of color #F0EDDD: hue angle of 50.53º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0EDDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 237 221 -
CMYK 0 0.01 0.08 0.06
HSL 50.53º 0.39% 0.9% -
HSV(B) 50.53º 0.08% 0.94% -
XYZ 79.27 84.31 80.5 -
YUV 236.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 240 237 221 0 0.01 0.08 0.06 50.53 0.39 0.9
Hex F0 ED DD 0 1 8 6 33 27 5A
Octal 360 355 335 0 1 10 6 63 47 132
Binary 11110000 11101101 11011101 0 1 1000 110 110011 100111 1011010

Color Harmonies of #F0EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDDD

Black with #F0EDDD

Text Example


Text Example

White with #F0EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDDD; }

 p { color: rgb(240,237,221); }

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

background-color css

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

 a { background-color: rgb(240,237,221); }

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

border-color css

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

 span { border-color: rgb(240,237,221); }

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