#FAD8DB

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

Shades of Pale Pink #FAD8DB

Tints of Pale Pink #FAD8DB

Color information

#FAD8DB (or 0xFAD8DB) is unknown color: approx Pale Pink. HEX triplet: FA, D8 and DB. RGB value is (250,216,219). Sum of RGB (Red+Green+Blue) = 250+216+219=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8DB is #052724. Grayscale: #E2E2E2. Windows color (decimal): -337701 or 14407930. OLE color: 14407930.

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

Color convert

RGB250216219-
CMYK00.140.120.02
HSL354.71º77.27%91.37%-
HSV(B)354.71º13.6%98.04%-
XYZ76.7774.5577.36-
YUV226.51123.76144.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=36.50%
G=31.53%
B=31.97%

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
Decimal25021621900.140.120.02354.7177.2791.37
HexFAD8DB0EC21634d5b
Octal372330333016142543115133
Binary1111101011011000110110110111011001010110001110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8DB; }

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

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

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

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

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

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

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

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