Html Css Color HEX #F7DCCC Pot Pourri

📋 copy color: '#F7DCCC'

red 247 ◦ green 220 ◦ blue 204

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

Shades of Pot Pourri #F7DCCC

Tints of Pot Pourri #F7DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.4%

R = 36.81%
G = 32.79%
B = 30.4%

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

#F7DCCC (or 0xF7DCCC) is known color: Pot Pourri. HEX triplet: F7, DC and CC. RGB value is (247,220,204). Sum of RGB (Red+Green+Blue) = 247+220+204=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCCC is #082333. Grayscale: #E2E2E2. Windows color (decimal): -533300 or 13425911. OLE color: 13425911.

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

Color convert

RGB 247 220 204 -
CMYK 0 0.11 0.17 0.03
HSL 22.33º 0.73% 0.88% -
HSV(B) 22.33º 0.17% 0.97% -
XYZ 74.85 75.32 67.72 -
YUV 226.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 247 220 204 0 0.11 0.17 0.03 22.33 0.73 0.88
Hex F7 DC CC 0 B 11 3 16 49 58
Octal 367 334 314 0 13 21 3 26 111 130
Binary 11110111 11011100 11001100 0 1011 10001 11 10110 1001001 1011000

Color Harmonies of #F7DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCCC

Black with #F7DCCC

Text Example


Text Example

White with #F7DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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