#FFD7DB

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

Shades of Pale Pink #FFD7DB

Tints of Pale Pink #FFD7DB

Color information

#FFD7DB (or 0xFFD7DB) is unknown color: approx Pale Pink. HEX triplet: FF, D7 and DB. RGB value is (255,215,219). Sum of RGB (Red+Green+Blue) = 255+215+219=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7DB is #002824. Grayscale: #E3E3E3. Windows color (decimal): -10277 or 14407679. OLE color: 14407679.

HSL color Cylindrical-coordinate representation of color #FFD7DB: hue angle of 354º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7DB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255215219-
CMYK00.160.140
HSL354º100%92.16%-
HSV(B)354º15.69%100%-
XYZ78.3374.9877.36-
YUV227.42123.25147.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 215 (84.38% from 255) = 31.20%
BLUE value IS 219 (85.94% from 255) = 31.79%
R=37.01%
G=31.20%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521521900.160.14035410092.16
HexFFD7DB010E0162645c
Octal377327333020160542144134
Binary1111111111010111110110110100001110010110001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7DB; }

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

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

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

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

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

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

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

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