#FB29B8

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

Shades of Spicy Pink #FB29B8

Tints of Spicy Pink #FB29B8

Color information

#FB29B8 (or 0xFB29B8) is unknown color: approx Spicy Pink. HEX triplet: FB, 29 and B8. RGB value is (251,41,184). Sum of RGB (Red+Green+Blue) = 251+41+184=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB29B8 is #04D647. Grayscale: #777777. Windows color (decimal): -317000 or 12069371. OLE color: 12069371.

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

Color convert

RGB25141184-
CMYK00.840.270.02
HSL319.14º96.33%57.25%-
HSV(B)319.14º83.67%98.43%-
XYZ49.2325.5647.69-
YUV120.09164.07221.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 41 (16.41% from 255) = 8.61%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=52.73%
G=8.61%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514118400.840.270.02319.1496.3357.25
HexFB29B80541B213f6039
Octal37351270012433247714071
Binary11111011101001101110000101010011011101001111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB29B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB29B8; }

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

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

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

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

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

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

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

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