#fc7dc6

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

Shades of Tea Rose #FC7DC6

Tints of Tea Rose #FC7DC6

Color information

#FC7DC6 (or 0xFC7DC6) is unknown color: approx Tea Rose. HEX triplet: FC, 7D and C6. RGB value is (252,125,198). Sum of RGB (Red+Green+Blue) = 252+125+198=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DC6 is #038239. Grayscale: #ABABAB. Windows color (decimal): -229946 or 13008380. OLE color: 13008380.

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

Color convert

RGB252125198-
CMYK00.500.210.01
HSL325.51º95.49%73.92%-
HSV(B)325.51º50.4%98.82%-
XYZ57.6739.4458-
YUV171.3143.08185.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 125 (49.22% from 255) = 21.74%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=43.83%
G=21.74%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212519800.500.210.01325.5195.4973.92
HexFC7DC60321511465f4a
Octal374175306062251506137112
Binary11111100111110111000110011001010101110100011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc7dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc7dc6; }

 p { color: rgb(252,125,198); }

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

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

 a { background-color: rgb(252,125,198); }

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

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

 span { border-color: rgb(252,125,198); }

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