#FBC3BB

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

Shades of Your Pink #FBC3BB

Tints of Your Pink #FBC3BB

Color information

#FBC3BB (or 0xFBC3BB) is unknown color: approx Your Pink. HEX triplet: FB, C3 and BB. RGB value is (251,195,187). Sum of RGB (Red+Green+Blue) = 251+195+187=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3BB is #043C44. Grayscale: #D2D2D2. Windows color (decimal): -277573 or 12305403. OLE color: 12305403.

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

Color convert

RGB251195187-
CMYK00.220.250.02
HSL7.5º88.89%85.88%-
HSV(B)7.5º25.5%98.43%-
XYZ68.2763.1355.6-
YUV210.83114.55156.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=39.65%
G=30.81%
B=29.54%

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
Decimal25119518700.220.250.027.588.8985.88
HexFBC3BB01619285956
Octal37330327302631210131126
Binary1111101111000011101110110101101100110100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3BB; }

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

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

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

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

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

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

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

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