#F2DCDA

Color #F2DCDA Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #F2DCDA

Tints of Soft Peach #F2DCDA

Color information

#F2DCDA (or 0xF2DCDA) is unknown color: approx Soft Peach. HEX triplet: F2, DC and DA. RGB value is (242,220,218). Sum of RGB (Red+Green+Blue) = 242+220+218=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDA is #0D2325. Grayscale: #E2E2E2. Windows color (decimal): -860966 or 14343410. OLE color: 14343410.

HSL color Cylindrical-coordinate representation of color #F2DCDA: hue angle of 5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DCDA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242220218-
CMYK00.090.100.05
HSL48%90.2%-
HSV(B)9.92%94.9%-
XYZ74.8775.1376.88-
YUV226.35123.29139.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=35.59%
G=32.35%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222021800.090.100.0554890.2
HexF2DCDA09A55305a
Octal362334332011125560132
Binary1111001011011100110110100100110101011011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCDA; }

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

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

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

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

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

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

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

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