Html Css Color HEX #F0D9CF Pot Pourri

📋 copy color: '#F0D9CF'

red 240 ◦ green 217 ◦ blue 207

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

Shades of Pot Pourri #F0D9CF

Tints of Pot Pourri #F0D9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.17%

R = 36.14%
G = 32.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0D9CF (or 0xF0D9CF) is known color: Pot Pourri. HEX triplet: F0, D9 and CF. RGB value is (240,217,207). Sum of RGB (Red+Green+Blue) = 240+217+207=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9CF is #0F2630. Grayscale: #DEDEDE. Windows color (decimal): -992817 or 13621744. OLE color: 13621744.

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

Color convert

RGB 240 217 207 -
CMYK 0 0.10 0.14 0.06
HSL 18.18º 0.52% 0.88% -
HSV(B) 18.18º 0.14% 0.94% -
XYZ 72.01 72.66 69.26 -
YUV 222.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 240 217 207 0 0.10 0.14 0.06 18.18 0.52 0.88
Hex F0 D9 CF 0 A E 6 12 34 58
Octal 360 331 317 0 12 16 6 22 64 130
Binary 11110000 11011001 11001111 0 1010 1110 110 10010 110100 1011000

Color Harmonies of #F0D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9CF

Black with #F0D9CF

Text Example


Text Example

White with #F0D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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