Html Css Color HEX #FC7FC2 Tea Rose

📋 copy color: '#FC7FC2'

red 252 ◦ green 127 ◦ blue 194

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

Shades of Tea Rose #FC7FC2

Tints of Tea Rose #FC7FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 22.16%

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 43.98%
G = 22.16%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC7FC2 (or 0xFC7FC2) is known color: Tea Rose. HEX triplet: FC, 7F and C2. RGB value is (252,127,194). Sum of RGB (Red+Green+Blue) = 252+127+194=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FC2 is #03803D. Grayscale: #ABABAB. Windows color (decimal): -229438 or 12746748. OLE color: 12746748.

HSL color Cylindrical-coordinate representation of color #FC7FC2: hue angle of 327.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FC2 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 194 -
CMYK 0 0.50 0.23 0.01
HSL 327.84º 0.95% 0.74% -
HSV(B) 327.84º 0.5% 0.99% -
XYZ 57.47 39.77 55.69 -
YUV 172.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 252 127 194 0 0.50 0.23 0.01 327.84 0.95 0.74
Hex FC 7F C2 0 32 17 1 148 5F 4A
Octal 374 177 302 0 62 27 1 510 137 112
Binary 11111100 1111111 11000010 0 110010 10111 1 101001000 1011111 1001010

Color Harmonies of #FC7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FC2

Black with #FC7FC2

Text Example


Text Example

White with #FC7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FC2; }

 p { color: rgb(252,127,194); }

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

background-color css

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

 a { background-color: rgb(252,127,194); }

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

border-color css

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

 span { border-color: rgb(252,127,194); }

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