#FBC9BA

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

Shades of Your Pink #FBC9BA

Tints of Your Pink #FBC9BA

Color information

#FBC9BA (or 0xFBC9BA) is unknown color: approx Your Pink. HEX triplet: FB, C9 and BA. RGB value is (251,201,186). Sum of RGB (Red+Green+Blue) = 251+201+186=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9BA is #043645. Grayscale: #D6D6D6. Windows color (decimal): -276038 or 12241403. OLE color: 12241403.

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

Color convert

RGB251201186-
CMYK00.200.260.02
HSL13.85º89.04%85.69%-
HSV(B)13.85º25.9%98.43%-
XYZ69.5365.8355.5-
YUV214.24112.07154.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=39.34%
G=31.50%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120118600.200.260.0213.8589.0485.69
HexFBC9BA0141A2e5956
Octal37331127202432216131126
Binary1111101111001001101110100101001101010111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9BA; }

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

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

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

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

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

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

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

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