#F2D8D8

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

Shades of Soft Peach #F2D8D8

Tints of Soft Peach #F2D8D8

Color information

#F2D8D8 (or 0xF2D8D8) is unknown color: approx Soft Peach. HEX triplet: F2, D8 and D8. RGB value is (242,216,216). Sum of RGB (Red+Green+Blue) = 242+216+216=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8D8 is #0D2727. Grayscale: #DFDFDF. Windows color (decimal): -861992 or 14211314. OLE color: 14211314.

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

Color convert

RGB242216216-
CMYK00.110.110.05
HSL50%89.8%-
HSV(B)10.74%94.9%-
XYZ73.5772.9575.17-
YUV223.77123.61141-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=35.91%
G=32.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221621600.110.110.0505089.8
HexF2D8D80BB50325a
Octal362330330013135062132
Binary11110010110110001101100001011101110101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8D8; }

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

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

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

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

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

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

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

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