#F2DCCD

Color #F2DCCD Pot Pourri (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pot Pourri #F2DCCD

Tints of Pot Pourri #F2DCCD

Color information

#F2DCCD (or 0xF2DCCD) is unknown color: approx Pot Pourri. HEX triplet: F2, DC and CD. RGB value is (242,220,205). Sum of RGB (Red+Green+Blue) = 242+220+205=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCD is #0D2332. Grayscale: #E0E0E0. Windows color (decimal): -860979 or 13491442. OLE color: 13491442.

HSL color Cylindrical-coordinate representation of color #F2DCCD: hue angle of 24.32º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2DCCD is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242220205-
CMYK00.090.150.05
HSL24.32º58.73%87.65%-
HSV(B)24.32º15.29%94.9%-
XYZ73.2374.4768.27-
YUV224.87116.79140.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=36.28%
G=32.98%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222020500.090.150.0524.3258.7387.65
HexF2DCCD09F5183b58
Octal3623343150111753073130
Binary111100101101110011001101010011111101110001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCCD; }

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

 H1.HeaderClassName
 {
   color: #F2DCCD;
 }
 .AnyTagClassName
 {
   color: #F2DCCD;
 }
</style>
background-color css

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

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

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

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

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

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