#FBC0BA

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

Shades of Your Pink #FBC0BA

Tints of Your Pink #FBC0BA

Color information

#FBC0BA (or 0xFBC0BA) is unknown color: approx Your Pink. HEX triplet: FB, C0 and BA. RGB value is (251,192,186). Sum of RGB (Red+Green+Blue) = 251+192+186=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0BA is #043F45. Grayscale: #D1D1D1. Windows color (decimal): -278342 or 12239099. OLE color: 12239099.

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

Color convert

RGB251192186-
CMYK00.240.260.02
HSL5.54º89.04%85.69%-
HSV(B)5.54º25.9%98.43%-
XYZ67.561.7554.82-
YUV208.96115.05157.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=39.90%
G=30.52%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119218600.240.260.025.5489.0485.69
HexFBC0BA0181A265956
Octal3733002720303226131126
Binary111110111100000010111010011000110101011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0BA; }

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

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

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

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

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

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

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

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