#FAD7DB

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

Shades of Pale Pink #FAD7DB

Tints of Pale Pink #FAD7DB

Color information

#FAD7DB (or 0xFAD7DB) is unknown color: approx Pale Pink. HEX triplet: FA, D7 and DB. RGB value is (250,215,219). Sum of RGB (Red+Green+Blue) = 250+215+219=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7DB is #052824. Grayscale: #E1E1E1. Windows color (decimal): -337957 or 14407674. OLE color: 14407674.

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

Color convert

RGB250215219-
CMYK00.140.120.02
HSL353.14º77.78%91.18%-
HSV(B)353.14º14%98.04%-
XYZ76.5174.0477.28-
YUV225.92124.1145.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=36.55%
G=31.43%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021521900.140.120.02353.1477.7891.18
HexFAD7DB0EC21614e5b
Octal372327333016142541116133
Binary1111101011010111110110110111011001010110000110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7DB; }

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

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

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

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

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

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

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

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