#FBC5B3

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

Shades of Your Pink #FBC5B3

Tints of Your Pink #FBC5B3

Color information

#FBC5B3 (or 0xFBC5B3) is unknown color: approx Your Pink. HEX triplet: FB, C5 and B3. RGB value is (251,197,179). Sum of RGB (Red+Green+Blue) = 251+197+179=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5B3 is #043A4C. Grayscale: #D3D3D3. Windows color (decimal): -277069 or 11781627. OLE color: 11781627.

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

Color convert

RGB251197179-
CMYK00.220.290.02
HSL15º90%84.31%-
HSV(B)15º28.69%98.43%-
XYZ67.8963.751.36-
YUV211.09109.89156.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 197 (77.34% from 255) = 31.42%
BLUE value IS 179 (70.31% from 255) = 28.55%
R=40.03%
G=31.42%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119717900.220.290.02159084.31
HexFBC5B30161D2f5a54
Octal37330526302635217132124
Binary1111101111000101101100110101101110110111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5B3; }

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

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

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

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

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

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

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

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