#FBD0DD

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

Shades of Pink Lace #FBD0DD

Tints of Pink Lace #FBD0DD

Color information

#FBD0DD (or 0xFBD0DD) is unknown color: approx Pink Lace. HEX triplet: FB, D0 and DD. RGB value is (251,208,221). Sum of RGB (Red+Green+Blue) = 251+208+221=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0DD is #042F22. Grayscale: #DEDEDE. Windows color (decimal): -274211 or 14536955. OLE color: 14536955.

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

Color convert

RGB251208221-
CMYK00.170.120.02
HSL341.86º84.31%90%-
HSV(B)341.86º17.13%98.43%-
XYZ75.3970.8478.11-
YUV222.34127.25148.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=36.91%
G=30.59%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120822100.170.120.02341.8684.3190
HexFBD0DD011C2156545a
Octal373320335021142526124132
Binary11111011110100001101110101000111001010101011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0DD; }

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

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

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

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

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

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

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

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