#FBC5BB

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

Shades of Your Pink #FBC5BB

Tints of Your Pink #FBC5BB

Color information

#FBC5BB (or 0xFBC5BB) is unknown color: approx Your Pink. HEX triplet: FB, C5 and BB. RGB value is (251,197,187). Sum of RGB (Red+Green+Blue) = 251+197+187=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5BB is #043A44. Grayscale: #D4D4D4. Windows color (decimal): -277061 or 12305915. OLE color: 12305915.

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

Color convert

RGB251197187-
CMYK00.220.250.02
HSL9.38º88.89%85.88%-
HSV(B)9.38º25.5%98.43%-
XYZ68.7264.0355.75-
YUV212.01113.89155.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=39.53%
G=31.02%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119718700.220.250.029.3888.8985.88
HexFBC5BB01619295956
Octal37330527302631211131126
Binary1111101111000101101110110101101100110100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5BB; }

 p { color: rgb(251,197,187); }

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

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

 a { background-color: rgb(251,197,187); }

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

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

 span { border-color: rgb(251,197,187); }

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