#FAD7D9

Color #FAD7D9 We Peep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of We Peep #FAD7D9

Tints of We Peep #FAD7D9

Color information

#FAD7D9 (or 0xFAD7D9) is unknown color: approx We Peep. HEX triplet: FA, D7 and D9. RGB value is (250,215,217). Sum of RGB (Red+Green+Blue) = 250+215+217=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7D9 is #052826. Grayscale: #E1E1E1. Windows color (decimal): -337959 or 14276602. OLE color: 14276602.

HSL color Cylindrical-coordinate representation of color #FAD7D9: hue angle of 356.57º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD7D9 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250215217-
CMYK00.140.130.02
HSL356.57º77.78%91.18%-
HSV(B)356.57º14%98.04%-
XYZ76.2573.9375.9-
YUV225.69123.1145.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 215 (84.38% from 255) = 31.52%
BLUE value IS 217 (85.16% from 255) = 31.82%
R=36.66%
G=31.52%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021521700.140.130.02356.5777.7891.18
HexFAD7D90ED21654e5b
Octal372327331016152545116133
Binary1111101011010111110110010111011011010110010110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7D9; }

 p { color: rgb(250,215,217); }

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

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

 a { background-color: rgb(250,215,217); }

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

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

 span { border-color: rgb(250,215,217); }

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