#FBC7BA

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

Shades of Your Pink #FBC7BA

Tints of Your Pink #FBC7BA

Color information

#FBC7BA (or 0xFBC7BA) is unknown color: approx Your Pink. HEX triplet: FB, C7 and BA. RGB value is (251,199,186). Sum of RGB (Red+Green+Blue) = 251+199+186=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7BA is #043845. Grayscale: #D5D5D5. Windows color (decimal): -276550 or 12240891. OLE color: 12240891.

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

Color convert

RGB251199186-
CMYK00.210.260.02
HSL12º89.04%85.69%-
HSV(B)12º25.9%98.43%-
XYZ69.0764.955.34-
YUV213.07112.73155.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=39.47%
G=31.29%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119918600.210.260.021289.0485.69
HexFBC7BA0151A2c5956
Octal37330727202532214131126
Binary1111101111000111101110100101011101010110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7BA; }

 p { color: rgb(251,199,186); }

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

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

 a { background-color: rgb(251,199,186); }

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

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

 span { border-color: rgb(251,199,186); }

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