#FBD1DC

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

Shades of Pink Lace #FBD1DC

Tints of Pink Lace #FBD1DC

Color information

#FBD1DC (or 0xFBD1DC) is unknown color: approx Pink Lace. HEX triplet: FB, D1 and DC. RGB value is (251,209,220). Sum of RGB (Red+Green+Blue) = 251+209+220=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1DC is #042E23. Grayscale: #DEDEDE. Windows color (decimal): -273956 or 14471675. OLE color: 14471675.

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

Color convert

RGB251209220-
CMYK00.170.120.02
HSL344.29º84%90.2%-
HSV(B)344.29º16.73%98.43%-
XYZ75.571.2877.49-
YUV222.81126.41148.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 209 (82.03% from 255) = 30.74%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=36.91%
G=30.74%
B=32.35%

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
Decimal25120922000.170.120.02344.298490.2
HexFBD1DC011C2158545a
Octal373321334021142530124132
Binary11111011110100011101110001000111001010101100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1DC; }

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

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

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

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

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

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

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

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