#F2DADA

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

Shades of Soft Peach #F2DADA

Tints of Soft Peach #F2DADA

Color information

#F2DADA (or 0xF2DADA) is unknown color: approx Soft Peach. HEX triplet: F2, DA and DA. RGB value is (242,218,218). Sum of RGB (Red+Green+Blue) = 242+218+218=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADA is #0D2525. Grayscale: #E1E1E1. Windows color (decimal): -861478 or 14342898. OLE color: 14342898.

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

Color convert

RGB242218218-
CMYK00.100.100.05
HSL48%90.2%-
HSV(B)9.92%94.9%-
XYZ74.3474.0876.71-
YUV225.18123.95140-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.69%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 218 (85.55% from 255) = 32.15%
R=35.69%
G=32.15%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221821800.100.100.0504890.2
HexF2DADA0AA50305a
Octal362332332012125060132
Binary11110010110110101101101001010101010101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DADA; }

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

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

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

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

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

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

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

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