#FC7ECA

Color #FC7ECA Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FC7ECA

Tints of Tea Rose #FC7ECA

Color information

#FC7ECA (or 0xFC7ECA) is unknown color: approx Tea Rose. HEX triplet: FC, 7E and CA. RGB value is (252,126,202). Sum of RGB (Red+Green+Blue) = 252+126+202=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ECA is #038135. Grayscale: #ACACAC. Windows color (decimal): -229686 or 13270780. OLE color: 13270780.

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

Color convert

RGB252126202-
CMYK00.50.200.01
HSL323.81º95.45%74.12%-
HSV(B)323.81º50%98.82%-
XYZ58.2739.8860.5-
YUV172.34144.74184.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=43.45%
G=21.72%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212620200.50.200.01323.8195.4574.12
HexFC7ECA0321411445f4a
Octal374176312062241504137112
Binary11111100111111011001010011001010100110100010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7ECA; }

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

 H1.HeaderClassName
 {
   color: #FC7ECA;
 }
 .AnyTagClassName
 {
   color: #FC7ECA;
 }
</style>
background-color css

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

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

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

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

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

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