Html Css Color HEX #F7DCCD Pot Pourri

📋 copy color: '#F7DCCD'

red 247 ◦ green 220 ◦ blue 205

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

Shades of Pot Pourri #F7DCCD

Tints of Pot Pourri #F7DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.74%

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

R = 36.76%
G = 32.74%
B = 30.51%

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

#F7DCCD (or 0xF7DCCD) is known color: Pot Pourri. HEX triplet: F7, DC and CD. RGB value is (247,220,205). Sum of RGB (Red+Green+Blue) = 247+220+205=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCCD is #082332. Grayscale: #E2E2E2. Windows color (decimal): -533299 or 13491447. OLE color: 13491447.

HSL color Cylindrical-coordinate representation of color #F7DCCD: hue angle of 21.43º 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 #F7DCCD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 205 -
CMYK 0 0.11 0.17 0.03
HSL 21.43º 0.72% 0.89% -
HSV(B) 21.43º 0.17% 0.97% -
XYZ 74.97 75.37 68.35 -
YUV 226.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 247 220 205 0 0.11 0.17 0.03 21.43 0.72 0.89
Hex F7 DC CD 0 B 11 3 15 48 59
Octal 367 334 315 0 13 21 3 25 110 131
Binary 11110111 11011100 11001101 0 1011 10001 11 10101 1001000 1011001

Color Harmonies of #F7DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCCD

Black with #F7DCCD

Text Example


Text Example

White with #F7DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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