#F2DCDC

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

Shades of Soft Peach #F2DCDC

Tints of Soft Peach #F2DCDC

Color information

#F2DCDC (or 0xF2DCDC) is unknown color: approx Soft Peach. HEX triplet: F2, DC and DC. RGB value is (242,220,220). Sum of RGB (Red+Green+Blue) = 242+220+220=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDC is #0D2323. Grayscale: #E2E2E2. Windows color (decimal): -860964 or 14474482. OLE color: 14474482.

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

Color convert

RGB242220220-
CMYK00.090.090.05
HSL45.83%90.59%-
HSV(B)9.09%94.9%-
XYZ75.1375.2378.27-
YUV226.58124.29139-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=35.48%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222022000.090.090.05045.8390.59
HexF2DCDC099502e5b
Octal362334334011115056133
Binary11110010110111001101110001001100110101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCDC; }

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

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

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

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

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

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

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

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