Html Css Color HEX #F9DECF Pot Pourri

📋 copy color: '#F9DECF'

red 249 ◦ green 222 ◦ blue 207

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

Shades of Pot Pourri #F9DECF

Tints of Pot Pourri #F9DECF

RGB

 RED value IS 249 (97.66% from 255) = 36.73%

 GREEN value IS 222 (87.11% from 255) = 32.74%

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

R = 36.73%
G = 32.74%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9DECF (or 0xF9DECF) is known color: Pot Pourri. HEX triplet: F9, DE and CF. RGB value is (249,222,207). Sum of RGB (Red+Green+Blue) = 249+222+207=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DECF is #062130. Grayscale: #E4E4E4. Windows color (decimal): -401713 or 13623033. OLE color: 13623033.

HSL color Cylindrical-coordinate representation of color #F9DECF: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9DECF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 222 207 -
CMYK 0 0.11 0.17 0.02
HSL 21.43º 0.78% 0.89% -
HSV(B) 21.43º 0.17% 0.98% -
XYZ 76.45 76.89 69.84 -
YUV 228.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 249 222 207 0 0.11 0.17 0.02 21.43 0.78 0.89
Hex F9 DE CF 0 B 11 2 15 4E 59
Octal 371 336 317 0 13 21 2 25 116 131
Binary 11111001 11011110 11001111 0 1011 10001 10 10101 1001110 1011001

Color Harmonies of #F9DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DECF

Black with #F9DECF

Text Example


Text Example

White with #F9DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DECF; }

 p { color: rgb(249,222,207); }

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

background-color css

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

 a { background-color: rgb(249,222,207); }

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

border-color css

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

 span { border-color: rgb(249,222,207); }

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