Html Css Color HEX #F0DDCE Almond

📋 copy color: '#F0DDCE'

red 240 ◦ green 221 ◦ blue 206

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

Shades of Almond #F0DDCE

Tints of Almond #F0DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.13%

 BLUE value IS 206 (80.86% from 255) = 30.88%

R = 35.98%
G = 33.13%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0DDCE (or 0xF0DDCE) is known color: Almond. HEX triplet: F0, DD and CE. RGB value is (240,221,206). Sum of RGB (Red+Green+Blue) = 240+221+206=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDCE is #0F2231. Grayscale: #E1E1E1. Windows color (decimal): -991794 or 13557232. OLE color: 13557232.

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

Color convert

RGB 240 221 206 -
CMYK 0 0.08 0.14 0.06
HSL 26.47º 0.53% 0.87% -
HSV(B) 26.47º 0.14% 0.94% -
XYZ 72.93 74.69 68.97 -
YUV 224.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 240 221 206 0 0.08 0.14 0.06 26.47 0.53 0.87
Hex F0 DD CE 0 8 E 6 1A 35 57
Octal 360 335 316 0 10 16 6 32 65 127
Binary 11110000 11011101 11001110 0 1000 1110 110 11010 110101 1010111

Color Harmonies of #F0DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDCE

Black with #F0DDCE

Text Example


Text Example

White with #F0DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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