#FBC0B7

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

Shades of Your Pink #FBC0B7

Tints of Your Pink #FBC0B7

Color information

#FBC0B7 (or 0xFBC0B7) is unknown color: approx Your Pink. HEX triplet: FB, C0 and B7. RGB value is (251,192,183). Sum of RGB (Red+Green+Blue) = 251+192+183=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0B7 is #043F48. Grayscale: #D0D0D0. Windows color (decimal): -278345 or 12042491. OLE color: 12042491.

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

Color convert

RGB251192183-
CMYK00.240.270.02
HSL7.94º89.47%85.1%-
HSV(B)7.94º27.09%98.43%-
XYZ67.1861.6353.15-
YUV208.61113.55158.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=40.10%
G=30.67%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119218300.240.270.027.9489.4785.1
HexFBC0B70181B285955
Octal37330026703033210131125
Binary1111101111000000101101110110001101110100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0B7; }

 p { color: rgb(251,192,183); }

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

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

 a { background-color: rgb(251,192,183); }

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

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

 span { border-color: rgb(251,192,183); }

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