#FAD8D9

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

Shades of We Peep #FAD8D9

Tints of We Peep #FAD8D9

Color information

#FAD8D9 (or 0xFAD8D9) is unknown color: approx We Peep. HEX triplet: FA, D8 and D9. RGB value is (250,216,217). Sum of RGB (Red+Green+Blue) = 250+216+217=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8D9 is #052726. Grayscale: #E2E2E2. Windows color (decimal): -337703 or 14276858. OLE color: 14276858.

HSL color Cylindrical-coordinate representation of color #FAD8D9: hue angle of 358.24º degrees, saturation: 0.77, 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 #FAD8D9 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250216217-
CMYK00.140.130.02
HSL358.24º77.27%91.37%-
HSV(B)358.24º13.6%98.04%-
XYZ76.574.4575.98-
YUV226.28122.76144.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 216 (84.77% from 255) = 31.63%
BLUE value IS 217 (85.16% from 255) = 31.77%
R=36.60%
G=31.63%
B=31.77%

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
Decimal25021621700.140.130.02358.2477.2791.37
HexFAD8D90ED21664d5b
Octal372330331016152546115133
Binary1111101011011000110110010111011011010110011010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8D9; }

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

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

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

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

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

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

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

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