Html Css Color HEX #FB9291 Sweet Pink

📋 copy color: '#FB9291'

red 251 ◦ green 146 ◦ blue 145

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

Shades of Sweet Pink #FB9291

Tints of Sweet Pink #FB9291

RGB

 RED value IS 251 (98.44% from 255) = 46.31%

 GREEN value IS 146 (57.42% from 255) = 26.94%

 BLUE value IS 145 (57.03% from 255) = 26.75%

R = 46.31%
G = 26.94%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB9291 (or 0xFB9291) is known color: Sweet Pink. HEX triplet: FB, 92 and 91. RGB value is (251,146,145). Sum of RGB (Red+Green+Blue) = 251+146+145=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9291 is #046D6E. Grayscale: #B1B1B1. Windows color (decimal): -290159 or 9540347. OLE color: 9540347.

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

Color convert

RGB 251 146 145 -
CMYK 0 0.42 0.42 0.02
HSL 0.57º 0.93% 0.78% -
HSV(B) 0.57º 0.42% 0.98% -
XYZ 55.17 43.11 32.2 -
YUV 177.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 251 146 145 0 0.42 0.42 0.02 0.57 0.93 0.78
Hex FB 92 91 0 2A 2A 2 1 5D 4E
Octal 373 222 221 0 52 52 2 1 135 116
Binary 11111011 10010010 10010001 0 101010 101010 10 1 1011101 1001110

Color Harmonies of #FB9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9291

Black with #FB9291

Text Example


Text Example

White with #FB9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9291; }

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

 H1.HeaderClassName
 {
   color: #FB9291;
 }
 .AnyTagClassName
 {
   color: #FB9291;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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