#FBC1B6

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

Shades of Your Pink #FBC1B6

Tints of Your Pink #FBC1B6

Color information

#FBC1B6 (or 0xFBC1B6) is unknown color: approx Your Pink. HEX triplet: FB, C1 and B6. RGB value is (251,193,182). Sum of RGB (Red+Green+Blue) = 251+193+182=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1B6 is #043E49. Grayscale: #D1D1D1. Windows color (decimal): -278090 or 11977211. OLE color: 11977211.

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

Color convert

RGB251193182-
CMYK00.230.270.02
HSL9.57º89.61%84.9%-
HSV(B)9.57º27.49%98.43%-
XYZ67.362.0352.68-
YUV209.09112.72157.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 193 (75.78% from 255) = 30.83%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=40.10%
G=30.83%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119318200.230.270.029.5789.6184.9
HexFBC1B60171B2a5a55
Octal37330126602733212132125
Binary1111101111000001101101100101111101110101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1B6; }

 p { color: rgb(251,193,182); }

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

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

 a { background-color: rgb(251,193,182); }

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

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

 span { border-color: rgb(251,193,182); }

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