#FBCFD9

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

Shades of Pink Lace #FBCFD9

Tints of Pink Lace #FBCFD9

Color information

#FBCFD9 (or 0xFBCFD9) is unknown color: approx Pink Lace. HEX triplet: FB, CF and D9. RGB value is (251,207,217). Sum of RGB (Red+Green+Blue) = 251+207+217=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFD9 is #043026. Grayscale: #DDDDDD. Windows color (decimal): -274471 or 14274555. OLE color: 14274555.

HSL color Cylindrical-coordinate representation of color #FBCFD9: hue angle of 346.36º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFD9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251207217-
CMYK00.180.140.02
HSL346.36º84.62%89.8%-
HSV(B)346.36º17.53%98.43%-
XYZ74.6270.1475.25-
YUV221.3125.58149.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=37.19%
G=30.67%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120721700.180.140.02346.3684.6289.8
HexFBCFD9012E215a555a
Octal373317331022162532125132
Binary11111011110011111101100101001011101010101101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFD9; }

 p { color: rgb(251,207,217); }

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

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

 a { background-color: rgb(251,207,217); }

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

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

 span { border-color: rgb(251,207,217); }

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