#F2DACD

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

Shades of Pot Pourri #F2DACD

Tints of Pot Pourri #F2DACD

Color information

#F2DACD (or 0xF2DACD) is unknown color: approx Pot Pourri. HEX triplet: F2, DA and CD. RGB value is (242,218,205). Sum of RGB (Red+Green+Blue) = 242+218+205=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DACD is #0D2532. Grayscale: #DFDFDF. Windows color (decimal): -861491 or 13490930. OLE color: 13490930.

HSL color Cylindrical-coordinate representation of color #F2DACD: hue angle of 21.08º 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 #F2DACD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242218205-
CMYK00.100.150.05
HSL21.08º58.73%87.65%-
HSV(B)21.08º15.29%94.9%-
XYZ72.7173.4368.1-
YUV223.69117.45141.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=36.39%
G=32.78%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221820500.100.150.0521.0858.7387.65
HexF2DACD0AF5153b58
Octal3623323150121752573130
Binary111100101101101011001101010101111101101011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DACD; }

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

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

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

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

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

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

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

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