#FBD1DB

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

Shades of Pink Lace #FBD1DB

Tints of Pink Lace #FBD1DB

Color information

#FBD1DB (or 0xFBD1DB) is unknown color: approx Pink Lace. HEX triplet: FB, D1 and DB. RGB value is (251,209,219). Sum of RGB (Red+Green+Blue) = 251+209+219=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1DB is #042E24. Grayscale: #DEDEDE. Windows color (decimal): -273957 or 14406139. OLE color: 14406139.

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

Color convert

RGB251209219-
CMYK00.170.130.02
HSL345.71º84%90.2%-
HSV(B)345.71º16.73%98.43%-
XYZ75.3771.2276.79-
YUV222.7125.91148.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 209 (82.03% from 255) = 30.78%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=36.97%
G=30.78%
B=32.25%

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
Decimal25120921900.170.130.02345.718490.2
HexFBD1DB011D215a545a
Octal373321333021152532124132
Binary11111011110100011101101101000111011010101101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1DB; }

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

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

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

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

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

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

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

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