Html Css Color HEX #FC7EC9 Tea Rose

📋 copy color: '#FC7EC9'

red 252 ◦ green 126 ◦ blue 201

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

Shades of Tea Rose #FC7EC9

Tints of Tea Rose #FC7EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 43.52%
G = 21.76%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC7EC9 (or 0xFC7EC9) is known color: Tea Rose. HEX triplet: FC, 7E and C9. RGB value is (252,126,201). Sum of RGB (Red+Green+Blue) = 252+126+201=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC9 is #038136. Grayscale: #ACACAC. Windows color (decimal): -229687 or 13205244. OLE color: 13205244.

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

Color convert

RGB 252 126 201 -
CMYK 0 0.5 0.20 0.01
HSL 324.29º 0.95% 0.74% -
HSV(B) 324.29º 0.5% 0.99% -
XYZ 58.15 39.83 59.88 -
YUV 172.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 252 126 201 0 0.5 0.20 0.01 324.29 0.95 0.74
Hex FC 7E C9 0 32 14 1 144 5F 4A
Octal 374 176 311 0 62 24 1 504 137 112
Binary 11111100 1111110 11001001 0 110010 10100 1 101000100 1011111 1001010

Color Harmonies of #FC7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7EC9

Black with #FC7EC9

Text Example


Text Example

White with #FC7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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