#FB4CC6

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

Shades of Razzle Dazzle Rose #FB4CC6

Tints of Razzle Dazzle Rose #FB4CC6

Color information

#FB4CC6 (or 0xFB4CC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 4C and C6. RGB value is (251,76,198). Sum of RGB (Red+Green+Blue) = 251+76+198=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CC6 is #04B339. Grayscale: #8D8D8D. Windows color (decimal): -308026 or 12995835. OLE color: 12995835.

HSL color Cylindrical-coordinate representation of color #FB4CC6: hue angle of 318.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CC6 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB25176198-
CMYK00.700.210.02
HSL318.17º95.63%64.12%-
HSV(B)318.17º69.72%98.43%-
XYZ52.5629.7656.4-
YUV142.23159.48205.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.81%
GREEN value IS 76 (30.08% from 255) = 14.48%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=47.81%
G=14.48%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517619800.700.210.02318.1795.6364.12
HexFB4CC604615213e6040
Octal3731143060106252476140100
Binary1111101110011001100011001000110101011010011111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4CC6; }

 p { color: rgb(251,76,198); }

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

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

 a { background-color: rgb(251,76,198); }

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

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

 span { border-color: rgb(251,76,198); }

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