Html Css Color HEX #FB9190 Sweet Pink

📋 copy color: '#FB9190'

red 251 ◦ green 145 ◦ blue 144

#FB9190
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #FB9190

Tints of Sweet Pink #FB9190

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 value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB9190 (or 0xFB9190) is known color: 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

RGB 251 145 144 -
CMYK 0 0.42 0.43 0.02
HSL 0.56º 0.93% 0.77% -
HSV(B) 0.56º 0.43% 0.98% -
XYZ 54.94 42.77 31.75 -
YUV 176.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 251 145 144 0 0.42 0.43 0.02 0.56 0.93 0.77
Hex FB 91 90 0 2A 2B 2 1 5D 4D
Octal 373 221 220 0 52 53 2 1 135 115
Binary 11111011 10010001 10010000 0 101010 101011 10 1 1011101 1001101

Color Harmonies of #FB9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9190

Black with #FB9190

Text Example


Text Example

White with #FB9190

Text Example


Text Example

HTML Codes & Css Web 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>