#F2DCD3

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

Shades of Pot Pourri #F2DCD3

Tints of Pot Pourri #F2DCD3

Color information

#F2DCD3 (or 0xF2DCD3) is unknown color: approx Pot Pourri. HEX triplet: F2, DC and D3. RGB value is (242,220,211). Sum of RGB (Red+Green+Blue) = 242+220+211=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD3 is #0D232C. Grayscale: #E1E1E1. Windows color (decimal): -860973 or 13884658. OLE color: 13884658.

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

Color convert

RGB242220211-
CMYK00.090.130.05
HSL17.42º54.39%88.82%-
HSV(B)17.42º12.81%94.9%-
XYZ73.9774.7772.16-
YUV225.55119.79139.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.96%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 211 (82.81% from 255) = 31.35%
R=35.96%
G=32.69%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222021100.090.130.0517.4254.3988.82
HexF2DCD309D5113659
Octal3623343230111552166131
Binary111100101101110011010011010011101101100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCD3; }

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

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

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

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

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

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

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

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