Html Css Color HEX #FE4CCC Razzle Dazzle Rose

📋 copy color: '#FE4CCC'

red 254 ◦ green 76 ◦ blue 204

#FE4CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FE4CCC

Tints of Razzle Dazzle Rose #FE4CCC

RGB

 RED value IS 254 (99.61% from 255) = 47.57%

 GREEN value IS 76 (30.08% from 255) = 14.23%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 47.57%
G = 14.23%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE4CCC (or 0xFE4CCC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and CC. RGB value is (254,76,204). Sum of RGB (Red+Green+Blue) = 254+76+204=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CCC is #01B333. Grayscale: #8F8F8F. Windows color (decimal): -111412 or 13389054. OLE color: 13389054.

HSL color Cylindrical-coordinate representation of color #FE4CCC: hue angle of 316.85º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CCC is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 76 204 -
CMYK 0 0.70 0.20 0.00
HSL 316.85º 0.99% 0.65% -
HSV(B) 316.85º 0.7% 1% -
XYZ 54.36 30.6 60.17 -
YUV 143.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 254 76 204 0 0.70 0.20 0.00 316.85 0.99 0.65
Hex FE 4C CC 0 46 14 0 13D 63 41
Octal 376 114 314 0 106 24 0 475 143 101
Binary 11111110 1001100 11001100 0 1000110 10100 0 100111101 1100011 1000001

Color Harmonies of #FE4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4CCC

Black with #FE4CCC

Text Example


Text Example

White with #FE4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4CCC; }

 p { color: rgb(254,76,204); }

 H1.HeaderClassName
 {
   color: #FE4CCC;
 }
 .AnyTagClassName
 {
   color: #FE4CCC;
 }
</style>

background-color css

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

 a { background-color: rgb(254,76,204); }

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

border-color css

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

 span { border-color: rgb(254,76,204); }

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