Html Css Color HEX #FC2ECC Razzle Dazzle Rose

📋 copy color: '#FC2ECC'

red 252 ◦ green 46 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FC2ECC

Tints of Razzle Dazzle Rose #FC2ECC

RGB

 RED value IS 252 (98.83% from 255) = 50.2%

 GREEN value IS 46 (18.36% from 255) = 9.16%

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

R = 50.2%
G = 9.16%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC2ECC (or 0xFC2ECC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and CC. RGB value is (252,46,204). Sum of RGB (Red+Green+Blue) = 252+46+204=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ECC is #03D133. Grayscale: #7D7D7D. Windows color (decimal): -250164 or 13381372. OLE color: 13381372.

HSL color Cylindrical-coordinate representation of color #FC2ECC: hue angle of 313.98º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2ECC is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 46 204 -
CMYK 0 0.82 0.19 0.01
HSL 313.98º 0.97% 0.58% -
HSV(B) 313.98º 0.82% 0.99% -
XYZ 52.02 27.01 59.6 -
YUV 125.61 172.25 218.15 -
System Red Green Blue C M Y K H S L
Decimal 252 46 204 0 0.82 0.19 0.01 313.98 0.97 0.58
Hex FC 2E CC 0 52 13 1 13A 61 3A
Octal 374 56 314 0 122 23 1 472 141 72
Binary 11111100 101110 11001100 0 1010010 10011 1 100111010 1100001 111010

Color Harmonies of #FC2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2ECC

Black with #FC2ECC

Text Example


Text Example

White with #FC2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2ECC; }

 p { color: rgb(252,46,204); }

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

background-color css

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

 a { background-color: rgb(252,46,204); }

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

border-color css

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

 span { border-color: rgb(252,46,204); }

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