Html Css Color HEX #FB29BA Spicy Pink

📋 copy color: '#FB29BA'

red 251 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #FB29BA

Tints of Spicy Pink #FB29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.58%

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 52.51%
G = 8.58%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB29BA (or 0xFB29BA) is known color: Spicy Pink. HEX triplet: FB, 29 and BA. RGB value is (251,41,186). Sum of RGB (Red+Green+Blue) = 251+41+186=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB29BA is #04D645. Grayscale: #777777. Windows color (decimal): -316998 or 12200443. OLE color: 12200443.

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

Color convert

RGB 251 41 186 -
CMYK 0 0.84 0.26 0.02
HSL 318.57º 0.96% 0.57% -
HSV(B) 318.57º 0.84% 0.98% -
XYZ 49.44 25.64 48.8 -
YUV 120.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 251 41 186 0 0.84 0.26 0.02 318.57 0.96 0.57
Hex FB 29 BA 0 54 1A 2 13F 60 39
Octal 373 51 272 0 124 32 2 477 140 71
Binary 11111011 101001 10111010 0 1010100 11010 10 100111111 1100000 111001

Color Harmonies of #FB29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29BA

Black with #FB29BA

Text Example


Text Example

White with #FB29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29BA; }

 p { color: rgb(251,41,186); }

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

background-color css

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

 a { background-color: rgb(251,41,186); }

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

border-color css

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

 span { border-color: rgb(251,41,186); }

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