#FBBCB9

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

Shades of Your Pink #FBBCB9

Tints of Your Pink #FBBCB9

Color information

#FBBCB9 (or 0xFBBCB9) is unknown color: approx Your Pink. HEX triplet: FB, BC and B9. RGB value is (251,188,185). Sum of RGB (Red+Green+Blue) = 251+188+185=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCB9 is #044346. Grayscale: #CECECE. Windows color (decimal): -279367 or 12172539. OLE color: 12172539.

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

Color convert

RGB251188185-
CMYK00.250.260.02
HSL2.73º89.19%85.49%-
HSV(B)2.73º26.29%98.43%-
XYZ66.5259.9853.97-
YUV206.49115.87159.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=40.22%
G=30.13%
B=29.65%

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
Decimal25118818500.250.260.022.7389.1985.49
HexFBBCB90191A235955
Octal3732742710313223131125
Binary11111011101111001011100101100111010101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCB9; }

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

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

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

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

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

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

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

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