#FBD9DC

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

Shades of Pale Pink #FBD9DC

Tints of Pale Pink #FBD9DC

Color information

#FBD9DC (or 0xFBD9DC) is unknown color: approx Pale Pink. HEX triplet: FB, D9 and DC. RGB value is (251,217,220). Sum of RGB (Red+Green+Blue) = 251+217+220=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9DC is #042623. Grayscale: #E3E3E3. Windows color (decimal): -271908 or 14473723. OLE color: 14473723.

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

Color convert

RGB251217220-
CMYK00.140.120.02
HSL354.71º80.95%91.76%-
HSV(B)354.71º13.55%98.43%-
XYZ77.5175.378.16-
YUV227.51123.76144.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=36.48%
G=31.54%
B=31.98%

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
Decimal25121722000.140.120.02354.7180.9591.76
HexFBD9DC0EC2163515c
Octal373331334016142543121134
Binary1111101111011001110111000111011001010110001110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9DC; }

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

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

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

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

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

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

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

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