#FBC5B4

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

Shades of Your Pink #FBC5B4

Tints of Your Pink #FBC5B4

Color information

#FBC5B4 (or 0xFBC5B4) is unknown color: approx Your Pink. HEX triplet: FB, C5 and B4. RGB value is (251,197,180). Sum of RGB (Red+Green+Blue) = 251+197+180=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5B4 is #043A4B. Grayscale: #D3D3D3. Windows color (decimal): -277068 or 11847163. OLE color: 11847163.

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

Color convert

RGB251197180-
CMYK00.220.280.02
HSL14.37º89.87%84.51%-
HSV(B)14.37º28.29%98.43%-
XYZ67.9963.7451.9-
YUV211.21110.39156.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 180 (70.70% from 255) = 28.66%
R=39.97%
G=31.37%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119718000.220.280.0214.3789.8784.51
HexFBC5B40161C2e5a55
Octal37330526402634216132125
Binary1111101111000101101101000101101110010111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5B4; }

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

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

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

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

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

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

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

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