#FBC6BA

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

Shades of Your Pink #FBC6BA

Tints of Your Pink #FBC6BA

Color information

#FBC6BA (or 0xFBC6BA) is unknown color: approx Your Pink. HEX triplet: FB, C6 and BA. RGB value is (251,198,186). Sum of RGB (Red+Green+Blue) = 251+198+186=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6BA is #043945. Grayscale: #D4D4D4. Windows color (decimal): -276806 or 12240635. OLE color: 12240635.

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

Color convert

RGB251198186-
CMYK00.210.260.02
HSL11.08º89.04%85.69%-
HSV(B)11.08º25.9%98.43%-
XYZ68.8464.4455.26-
YUV212.48113.06155.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=39.53%
G=31.18%
B=29.29%

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
Decimal25119818600.210.260.0211.0889.0485.69
HexFBC6BA0151A2b5956
Octal37330627202532213131126
Binary1111101111000110101110100101011101010101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6BA; }

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

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

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

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

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

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

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

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