#FBBCBA

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

Shades of Your Pink #FBBCBA

Tints of Your Pink #FBBCBA

Color information

#FBBCBA (or 0xFBBCBA) is unknown color: approx Your Pink. HEX triplet: FB, BC and BA. RGB value is (251,188,186). Sum of RGB (Red+Green+Blue) = 251+188+186=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCBA is #044345. Grayscale: #CECECE. Windows color (decimal): -279366 or 12238075. OLE color: 12238075.

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

Color convert

RGB251188186-
CMYK00.250.260.02
HSL1.85º89.04%85.69%-
HSV(B)1.85º25.9%98.43%-
XYZ66.6360.0254.53-
YUV206.61116.37159.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=40.16%
G=30.08%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118818600.250.260.021.8589.0485.69
HexFBBCBA0191A225956
Octal3732742720313222131126
Binary11111011101111001011101001100111010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCBA; }

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

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

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

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

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

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

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

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