Html Css Color HEX #F0EDDB Rice Cake

📋 copy color: '#F0EDDB'

red 240 ◦ green 237 ◦ blue 219

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

Shades of Rice Cake #F0EDDB

Tints of Rice Cake #F0EDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.47%

R = 34.48%
G = 34.05%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0EDDB (or 0xF0EDDB) is known color: Rice Cake. HEX triplet: F0, ED and DB. RGB value is (240,237,219). Sum of RGB (Red+Green+Blue) = 240+237+219=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDB is #0F1224. Grayscale: #EBEBEB. Windows color (decimal): -987685 or 14413296. OLE color: 14413296.

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

Color convert

RGB 240 237 219 -
CMYK 0 0.01 0.09 0.06
HSL 51.43º 0.41% 0.9% -
HSV(B) 51.43º 0.09% 0.94% -
XYZ 79.01 84.21 79.11 -
YUV 235.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 240 237 219 0 0.01 0.09 0.06 51.43 0.41 0.9
Hex F0 ED DB 0 1 9 6 33 29 5A
Octal 360 355 333 0 1 11 6 63 51 132
Binary 11110000 11101101 11011011 0 1 1001 110 110011 101001 1011010

Color Harmonies of #F0EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDDB

Black with #F0EDDB

Text Example


Text Example

White with #F0EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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