#FBD0D9

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

Shades of Pink Lace #FBD0D9

Tints of Pink Lace #FBD0D9

Color information

#FBD0D9 (or 0xFBD0D9) is unknown color: approx Pink Lace. HEX triplet: FB, D0 and D9. RGB value is (251,208,217). Sum of RGB (Red+Green+Blue) = 251+208+217=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0D9 is #042F26. Grayscale: #DDDDDD. Windows color (decimal): -274215 or 14274811. OLE color: 14274811.

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

Color convert

RGB251208217-
CMYK00.170.140.02
HSL347.44º84.31%90%-
HSV(B)347.44º17.13%98.43%-
XYZ74.8670.6375.33-
YUV221.88125.25148.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 208 (81.64% from 255) = 30.77%
BLUE value IS 217 (85.16% from 255) = 32.10%
R=37.13%
G=30.77%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120821700.170.140.02347.4484.3190
HexFBD0D9011E215b545a
Octal373320331021162533124132
Binary11111011110100001101100101000111101010101101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0D9; }

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

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

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

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

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

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

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

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