#FAD5D9

Color #FAD5D9 Pale Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Pink #FAD5D9

Tints of Pale Pink #FAD5D9

Color information

#FAD5D9 (or 0xFAD5D9) is unknown color: approx Pale Pink. HEX triplet: FA, D5 and D9. RGB value is (250,213,217). Sum of RGB (Red+Green+Blue) = 250+213+217=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5D9 is #052A26. Grayscale: #E0E0E0. Windows color (decimal): -338471 or 14276090. OLE color: 14276090.

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

Color convert

RGB250213217-
CMYK00.150.130.02
HSL353.51º78.72%90.78%-
HSV(B)353.51º14.8%98.04%-
XYZ75.7472.9275.73-
YUV224.52123.76146.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 213 (83.59% from 255) = 31.32%
BLUE value IS 217 (85.16% from 255) = 31.91%
R=36.76%
G=31.32%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021321700.150.130.02353.5178.7290.78
HexFAD5D90FD21624f5b
Octal372325331017152542117133
Binary1111101011010101110110010111111011010110001010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5D9; }

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

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

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

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

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

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

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

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