#FBC9DA

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

Shades of Pink Lace #FBC9DA

Tints of Pink Lace #FBC9DA

Color information

#FBC9DA (or 0xFBC9DA) is unknown color: approx Pink Lace. HEX triplet: FB, C9 and DA. RGB value is (251,201,218). Sum of RGB (Red+Green+Blue) = 251+201+218=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9DA is #043625. Grayscale: #D9D9D9. Windows color (decimal): -276006 or 14338555. OLE color: 14338555.

HSL color Cylindrical-coordinate representation of color #FBC9DA: hue angle of 339.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9DA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251201218-
CMYK00.200.130.02
HSL339.6º86.21%88.63%-
HSV(B)339.6º19.92%98.43%-
XYZ73.3367.3475.46-
YUV217.89128.06151.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 201 (78.91% from 255) = 30%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=37.46%
G=30%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120121800.200.130.02339.686.2188.63
HexFBC9DA014D21545659
Octal373311332024152524126131
Binary11111011110010011101101001010011011010101010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9DA; }

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

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

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

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

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

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

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

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