#FBD0DA

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

Shades of Pink Lace #FBD0DA

Tints of Pink Lace #FBD0DA

Color information

#FBD0DA (or 0xFBD0DA) is unknown color: approx Pink Lace. HEX triplet: FB, D0 and DA. RGB value is (251,208,218). Sum of RGB (Red+Green+Blue) = 251+208+218=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0DA is #042F25. Grayscale: #DDDDDD. Windows color (decimal): -274214 or 14340347. OLE color: 14340347.

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

Color convert

RGB251208218-
CMYK00.170.130.02
HSL346.05º84.31%90%-
HSV(B)346.05º17.13%98.43%-
XYZ74.9970.6876.02-
YUV222125.75148.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 208 (81.64% from 255) = 30.72%
BLUE value IS 218 (85.55% from 255) = 32.20%
R=37.08%
G=30.72%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120821800.170.130.02346.0584.3190
HexFBD0DA011D215a545a
Octal373320332021152532124132
Binary11111011110100001101101001000111011010101101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0DA; }

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

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

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

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

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

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

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

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