#fb3edc

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

Shades of Razzle Dazzle Rose #FB3EDC

Tints of Razzle Dazzle Rose #FB3EDC

Color information

#FB3EDC (or 0xFB3EDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 3E and DC. RGB value is (251,62,220). Sum of RGB (Red+Green+Blue) = 251+62+220=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 62 (24.61% from 255 or 11.63% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3EDC is #04C123. Grayscale: #888888. Windows color (decimal): -311588 or 14434043. OLE color: 14434043.

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

Color convert

RGB25162220-
CMYK00.750.120.02
HSL309.84º95.94%61.37%-
HSV(B)309.84º75.3%98.43%-
XYZ54.4229.1270.46-
YUV136.52175.12209.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.09%
GREEN value IS 62 (24.61% from 255) = 11.63%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=47.09%
G=11.63%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516222000.750.120.02309.8495.9461.37
HexFB3EDC04BC2136603d
Octal37376334011314246614075
Binary1111101111111011011100010010111100101001101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb3edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb3edc; }

 p { color: rgb(251,62,220); }

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

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

 a { background-color: rgb(251,62,220); }

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

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

 span { border-color: rgb(251,62,220); }

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