#F7DADA

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

Shades of Soft Peach #F7DADA

Tints of Soft Peach #F7DADA

Color information

#F7DADA (or 0xF7DADA) is unknown color: approx Soft Peach. HEX triplet: F7, DA and DA. RGB value is (247,218,218). Sum of RGB (Red+Green+Blue) = 247+218+218=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DADA is #082525. Grayscale: #E2E2E2. Windows color (decimal): -533798 or 14342903. OLE color: 14342903.

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

Color convert

RGB247218218-
CMYK00.120.120.03
HSL64.44%91.18%-
HSV(B)11.74%96.86%-
XYZ76.0874.9876.79-
YUV226.67123.11142.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.16%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=36.16%
G=31.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721821800.120.120.03064.4491.18
HexF7DADA0CC30405b
Octal3673323320141430100133
Binary11110111110110101101101001100110011010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DADA; }

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

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

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

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

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

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

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

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