#FBC5B6

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

Shades of Your Pink #FBC5B6

Tints of Your Pink #FBC5B6

Color information

#FBC5B6 (or 0xFBC5B6) is unknown color: approx Your Pink. HEX triplet: FB, C5 and B6. RGB value is (251,197,182). Sum of RGB (Red+Green+Blue) = 251+197+182=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5B6 is #043A49. Grayscale: #D3D3D3. Windows color (decimal): -277066 or 11978235. OLE color: 11978235.

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

Color convert

RGB251197182-
CMYK00.220.270.02
HSL13.04º89.61%84.9%-
HSV(B)13.04º27.49%98.43%-
XYZ68.1963.8252.98-
YUV211.44111.39156.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 182 (71.48% from 255) = 28.89%
R=39.84%
G=31.27%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119718200.220.270.0213.0489.6184.9
HexFBC5B60161B2d5a55
Octal37330526602633215132125
Binary1111101111000101101101100101101101110110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5B6; }

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

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

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

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

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

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

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

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