Html Css Color HEX #F2DDCC Almond

📋 copy color: '#F2DDCC'

red 242 ◦ green 221 ◦ blue 204

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

Shades of Almond #F2DDCC

Tints of Almond #F2DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.58%

R = 36.28%
G = 33.13%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2DDCC (or 0xF2DDCC) is known color: Almond. HEX triplet: F2, DD and CC. RGB value is (242,221,204). Sum of RGB (Red+Green+Blue) = 242+221+204=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDCC is #0D2233. Grayscale: #E1E1E1. Windows color (decimal): -860724 or 13426162. OLE color: 13426162.

HSL color Cylindrical-coordinate representation of color #F2DDCC: hue angle of 26.84º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DDCC is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 204 -
CMYK 0 0.09 0.16 0.05
HSL 26.84º 0.59% 0.87% -
HSV(B) 26.84º 0.16% 0.95% -
XYZ 73.37 74.95 67.73 -
YUV 225.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 242 221 204 0 0.09 0.16 0.05 26.84 0.59 0.87
Hex F2 DD CC 0 9 10 5 1B 3B 57
Octal 362 335 314 0 11 20 5 33 73 127
Binary 11110010 11011101 11001100 0 1001 10000 101 11011 111011 1010111

Color Harmonies of #F2DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDCC

Black with #F2DDCC

Text Example


Text Example

White with #F2DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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