#FB9190

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

Shades of Sweet Pink #FB9190

Tints of Sweet Pink #FB9190

Color information

#FB9190 (or 0xFB9190) is unknown color: approx Sweet Pink. HEX triplet: FB, 91 and 90. RGB value is (251,145,144). Sum of RGB (Red+Green+Blue) = 251+145+144=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9190 is #046E6F. Grayscale: #B0B0B0. Windows color (decimal): -290416 or 9474555. OLE color: 9474555.

HSL color Cylindrical-coordinate representation of color #FB9190: hue angle of 0.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB9190 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251145144-
CMYK00.420.430.02
HSL0.56º93.04%77.45%-
HSV(B)0.56º42.63%98.43%-
XYZ54.9442.7731.75-
YUV176.58109.62181.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=46.48%
G=26.85%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114514400.420.430.020.5693.0477.45
HexFB919002A2B215d4d
Octal3732212200525321135115
Binary111110111001000110010000010101010101110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9190; }

 p { color: rgb(251,145,144); }

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

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

 a { background-color: rgb(251,145,144); }

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

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

 span { border-color: rgb(251,145,144); }

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