Html Css Color HEX #FC7EC5 Tea Rose

📋 copy color: '#FC7EC5'

red 252 ◦ green 126 ◦ blue 197

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

Shades of Tea Rose #FC7EC5

Tints of Tea Rose #FC7EC5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.91%

 BLUE value IS 197 (77.34% from 255) = 34.26%

R = 43.83%
G = 21.91%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC7EC5 (or 0xFC7EC5) is known color: Tea Rose. HEX triplet: FC, 7E and C5. RGB value is (252,126,197). Sum of RGB (Red+Green+Blue) = 252+126+197=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC5 is #03813A. Grayscale: #ABABAB. Windows color (decimal): -229691 or 12943100. OLE color: 12943100.

HSL color Cylindrical-coordinate representation of color #FC7EC5: hue angle of 326.19º 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 #FC7EC5 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 126 197 -
CMYK 0 0.5 0.22 0.01
HSL 326.19º 0.95% 0.74% -
HSV(B) 326.19º 0.5% 0.99% -
XYZ 57.68 39.65 57.44 -
YUV 171.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 252 126 197 0 0.5 0.22 0.01 326.19 0.95 0.74
Hex FC 7E C5 0 32 16 1 146 5F 4A
Octal 374 176 305 0 62 26 1 506 137 112
Binary 11111100 1111110 11000101 0 110010 10110 1 101000110 1011111 1001010

Color Harmonies of #FC7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7EC5

Black with #FC7EC5

Text Example


Text Example

White with #FC7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7EC5; }

 p { color: rgb(252,126,197); }

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

background-color css

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

 a { background-color: rgb(252,126,197); }

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

border-color css

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

 span { border-color: rgb(252,126,197); }

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