#FB9290

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

Shades of Sweet Pink #FB9290

Tints of Sweet Pink #FB9290

Color information

#FB9290 (or 0xFB9290) is unknown color: approx Sweet Pink. HEX triplet: FB, 92 and 90. RGB value is (251,146,144). Sum of RGB (Red+Green+Blue) = 251+146+144=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9290 is #046D6F. Grayscale: #B1B1B1. Windows color (decimal): -290160 or 9474811. OLE color: 9474811.

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

Color convert

RGB251146144-
CMYK00.420.430.02
HSL1.12º93.04%77.45%-
HSV(B)1.12º42.63%98.43%-
XYZ55.143.0831.8-
YUV177.17109.29180.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.40%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=46.40%
G=26.99%
B=26.62%

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
Decimal25114614400.420.430.021.1293.0477.45
HexFB929002A2B215d4d
Octal3732222200525321135115
Binary111110111001001010010000010101010101110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9290; }

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

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

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

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

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

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

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

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