#FBC9BB

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

Shades of Your Pink #FBC9BB

Tints of Your Pink #FBC9BB

Color information

#FBC9BB (or 0xFBC9BB) is unknown color: approx Your Pink. HEX triplet: FB, C9 and BB. RGB value is (251,201,187). Sum of RGB (Red+Green+Blue) = 251+201+187=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9BB is #043644. Grayscale: #D6D6D6. Windows color (decimal): -276037 or 12306939. OLE color: 12306939.

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

Color convert

RGB251201187-
CMYK00.200.250.02
HSL13.13º88.89%85.88%-
HSV(B)13.13º25.5%98.43%-
XYZ69.6465.8756.06-
YUV214.35112.57154.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=39.28%
G=31.46%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120118700.200.250.0213.1388.8985.88
HexFBC9BB014192d5956
Octal37331127302431215131126
Binary1111101111001001101110110101001100110110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9BB; }

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

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

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

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

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

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

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

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