Html Css Color HEX #F9DED0 Pot Pourri

📋 copy color: '#F9DED0'

red 249 ◦ green 222 ◦ blue 208

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

Shades of Pot Pourri #F9DED0

Tints of Pot Pourri #F9DED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.63%

R = 36.67%
G = 32.7%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F9DED0 (or 0xF9DED0) is known color: Pot Pourri. HEX triplet: F9, DE and D0. RGB value is (249,222,208). Sum of RGB (Red+Green+Blue) = 249+222+208=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DED0 is #06212F. Grayscale: #E4E4E4. Windows color (decimal): -401712 or 13688569. OLE color: 13688569.

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

Color convert

RGB 249 222 208 -
CMYK 0 0.11 0.16 0.02
HSL 20.49º 0.77% 0.9% -
HSV(B) 20.49º 0.16% 0.98% -
XYZ 76.57 76.94 70.49 -
YUV 228.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 249 222 208 0 0.11 0.16 0.02 20.49 0.77 0.9
Hex F9 DE D0 0 B 10 2 14 4D 5A
Octal 371 336 320 0 13 20 2 24 115 132
Binary 11111001 11011110 11010000 0 1011 10000 10 10100 1001101 1011010

Color Harmonies of #F9DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DED0

Black with #F9DED0

Text Example


Text Example

White with #F9DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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