#FBD5D9

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

Shades of Pale Pink #FBD5D9

Tints of Pale Pink #FBD5D9

Color information

#FBD5D9 (or 0xFBD5D9) is unknown color: approx Pale Pink. HEX triplet: FB, D5 and D9. RGB value is (251,213,217). Sum of RGB (Red+Green+Blue) = 251+213+217=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5D9 is #042A26. Grayscale: #E0E0E0. Windows color (decimal): -272935 or 14276091. OLE color: 14276091.

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

Color convert

RGB251213217-
CMYK00.150.140.02
HSL353.68º82.61%90.98%-
HSV(B)353.68º15.14%98.43%-
XYZ76.173.1175.75-
YUV224.82123.59146.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 213 (83.59% from 255) = 31.28%
BLUE value IS 217 (85.16% from 255) = 31.86%
R=36.86%
G=31.28%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121321700.150.140.02353.6882.6190.98
HexFBD5D90FE2162535b
Octal373325331017162542123133
Binary1111101111010101110110010111111101010110001010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5D9; }

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

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

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

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

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

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

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

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