#fb29eb

Color #FB29EB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FB29EB

Tints of Razzle Dazzle Rose #FB29EB

Color information

#FB29EB (or 0xFB29EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 29 and EB. RGB value is (251,41,235). Sum of RGB (Red+Green+Blue) = 251+41+235=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 41 (16.41% from 255 or 7.78% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB29EB is #04D614. Grayscale: #7D7D7D. Windows color (decimal): -316949 or 15411707. OLE color: 15411707.

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

Color convert

RGB25141235-
CMYK00.840.060.02
HSL304.57º96.33%57.25%-
HSV(B)304.57º83.67%98.43%-
XYZ55.5728.0981.09-
YUV125.91189.57217.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 41 (16.41% from 255) = 7.78%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=47.63%
G=7.78%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514123500.840.060.02304.5796.3357.25
HexFB29EB054621316039
Octal3735135301246246114071
Binary111110111010011110101101010100110101001100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb29eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb29eb; }

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

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

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

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

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

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

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

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