#F2DACB

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

Shades of Pot Pourri #F2DACB

Tints of Pot Pourri #F2DACB

Color information

#F2DACB (or 0xF2DACB) is unknown color: approx Pot Pourri. HEX triplet: F2, DA and CB. RGB value is (242,218,203). Sum of RGB (Red+Green+Blue) = 242+218+203=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DACB is #0D2534. Grayscale: #DFDFDF. Windows color (decimal): -861493 or 13359858. OLE color: 13359858.

HSL color Cylindrical-coordinate representation of color #F2DACB: hue angle of 23.08º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DACB is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242218203-
CMYK00.100.160.05
HSL23.08º60%87.25%-
HSV(B)23.08º16.12%94.9%-
XYZ72.4773.3366.83-
YUV223.47116.45141.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=36.50%
G=32.88%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221820300.100.160.0523.086087.25
HexF2DACB0A105173c57
Octal3623323130122052774127
Binary1111001011011010110010110101010000101101111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DACB; }

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

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

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

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

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

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

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

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