#FB0DAB

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

Shades of Spicy Pink #FB0DAB

Tints of Spicy Pink #FB0DAB

Color information

#FB0DAB (or 0xFB0DAB) is unknown color: approx Spicy Pink. HEX triplet: FB, 0D and AB. RGB value is (251,13,171). Sum of RGB (Red+Green+Blue) = 251+13+171=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DAB is #04F254. Grayscale: #656565. Windows color (decimal): -324181 or 11210235. OLE color: 11210235.

HSL color Cylindrical-coordinate representation of color #FB0DAB: hue angle of 320.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DAB is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB25113171-
CMYK00.950.320.02
HSL320.17º96.75%51.76%-
HSV(B)320.17º94.82%98.43%-
XYZ47.2823.7440.62-
YUV102.17166.85234.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.70%
GREEN value IS 13 (5.47% from 255) = 2.99%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=57.70%
G=2.99%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511317100.950.320.02320.1796.7551.76
HexFBDAB05F2021406134
Octal37315253013740250014164
Binary1111101111011010101101011111100000101010000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0DAB; }

 p { color: rgb(251,13,171); }

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

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

 a { background-color: rgb(251,13,171); }

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

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

 span { border-color: rgb(251,13,171); }

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