#FC7FCC

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

Shades of Tea Rose #FC7FCC

Tints of Tea Rose #FC7FCC

Color information

#FC7FCC (or 0xFC7FCC) is unknown color: approx Tea Rose. HEX triplet: FC, 7F and CC. RGB value is (252,127,204). Sum of RGB (Red+Green+Blue) = 252+127+204=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FCC is #038033. Grayscale: #ACACAC. Windows color (decimal): -229428 or 13402108. OLE color: 13402108.

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

Color convert

RGB252127204-
CMYK00.500.190.01
HSL323.04º95.42%74.31%-
HSV(B)323.04º49.6%98.82%-
XYZ58.6340.2361.8-
YUV173.15145.41184.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 127 (50% from 255) = 21.78%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=43.22%
G=21.78%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212720400.500.190.01323.0495.4274.31
HexFC7FCC0321311435f4a
Octal374177314062231503137112
Binary11111100111111111001100011001010011110100001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FCC; }

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

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

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

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

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

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

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

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