Html Css Color HEX #F0D9CC Pot Pourri

📋 copy color: '#F0D9CC'

red 240 ◦ green 217 ◦ blue 204

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

Shades of Pot Pourri #F0D9CC

Tints of Pot Pourri #F0D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.83%

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

R = 36.31%
G = 32.83%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0D9CC (or 0xF0D9CC) is known color: Pot Pourri. HEX triplet: F0, D9 and CC. RGB value is (240,217,204). Sum of RGB (Red+Green+Blue) = 240+217+204=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9CC is #0F2633. Grayscale: #DEDEDE. Windows color (decimal): -992820 or 13425136. OLE color: 13425136.

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

Color convert

RGB 240 217 204 -
CMYK 0 0.10 0.15 0.06
HSL 21.67º 0.55% 0.87% -
HSV(B) 21.67º 0.15% 0.94% -
XYZ 71.65 72.51 67.35 -
YUV 222.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 240 217 204 0 0.10 0.15 0.06 21.67 0.55 0.87
Hex F0 D9 CC 0 A F 6 16 37 57
Octal 360 331 314 0 12 17 6 26 67 127
Binary 11110000 11011001 11001100 0 1010 1111 110 10110 110111 1010111

Color Harmonies of #F0D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9CC

Black with #F0D9CC

Text Example


Text Example

White with #F0D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9CC; }

 p { color: rgb(240,217,204); }

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

background-color css

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

 a { background-color: rgb(240,217,204); }

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

border-color css

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

 span { border-color: rgb(240,217,204); }

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