Html Css Color HEX #F7DDCD Pot Pourri

📋 copy color: '#F7DDCD'

red 247 ◦ green 221 ◦ blue 205

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

Shades of Pot Pourri #F7DDCD

Tints of Pot Pourri #F7DDCD

RGB

 RED value IS 247 (96.88% from 255) = 36.7%

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

 BLUE value IS 205 (80.47% from 255) = 30.46%

R = 36.7%
G = 32.84%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7DDCD (or 0xF7DDCD) is known color: Pot Pourri. HEX triplet: F7, DD and CD. RGB value is (247,221,205). Sum of RGB (Red+Green+Blue) = 247+221+205=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDCD is #082232. Grayscale: #E3E3E3. Windows color (decimal): -533043 or 13491703. OLE color: 13491703.

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

Color convert

RGB 247 221 205 -
CMYK 0 0.11 0.17 0.03
HSL 22.86º 0.72% 0.89% -
HSV(B) 22.86º 0.17% 0.97% -
XYZ 75.23 75.89 68.44 -
YUV 226.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 247 221 205 0 0.11 0.17 0.03 22.86 0.72 0.89
Hex F7 DD CD 0 B 11 3 17 48 59
Octal 367 335 315 0 13 21 3 27 110 131
Binary 11110111 11011101 11001101 0 1011 10001 11 10111 1001000 1011001

Color Harmonies of #F7DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DDCD

Black with #F7DDCD

Text Example


Text Example

White with #F7DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DDCD; }

 p { color: rgb(247,221,205); }

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

background-color css

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

 a { background-color: rgb(247,221,205); }

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

border-color css

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

 span { border-color: rgb(247,221,205); }

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