#FBCFD6

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

Shades of Pink Lace #FBCFD6

Tints of Pink Lace #FBCFD6

Color information

#FBCFD6 (or 0xFBCFD6) is unknown color: approx Pink Lace. HEX triplet: FB, CF and D6. RGB value is (251,207,214). Sum of RGB (Red+Green+Blue) = 251+207+214=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFD6 is #043029. Grayscale: #DCDCDC. Windows color (decimal): -274474 or 14077947. OLE color: 14077947.

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

Color convert

RGB251207214-
CMYK00.180.150.02
HSL350.45º84.62%89.8%-
HSV(B)350.45º17.53%98.43%-
XYZ74.2369.9973.22-
YUV220.95124.08149.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 207 (81.25% from 255) = 30.80%
BLUE value IS 214 (83.98% from 255) = 31.85%
R=37.35%
G=30.80%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120721400.180.150.02350.4584.6289.8
HexFBCFD6012F215e555a
Octal373317326022172536125132
Binary11111011110011111101011001001011111010101111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFD6; }

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

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

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

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

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

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

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

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