#FF7CC6

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

Shades of Tea Rose #FF7CC6

Tints of Tea Rose #FF7CC6

Color information

#FF7CC6 (or 0xFF7CC6) is unknown color: approx Tea Rose. HEX triplet: FF, 7C and C6. RGB value is (255,124,198). Sum of RGB (Red+Green+Blue) = 255+124+198=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CC6 is #008339. Grayscale: #ABABAB. Windows color (decimal): -33594 or 13008127. OLE color: 13008127.

HSL color Cylindrical-coordinate representation of color #FF7CC6: hue angle of 326.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CC6 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255124198-
CMYK00.510.220
HSL326.11º100%74.31%-
HSV(B)326.11º51.37%100%-
XYZ58.6439.7558.01-
YUV171.6142.9187.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 124 (48.83% from 255) = 21.49%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=44.19%
G=21.49%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512419800.510.220326.1110074.31
HexFF7CC6033160146644a
Octal377174306063260506144112
Binary11111111111110011000110011001110110010100011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CC6; }

 p { color: rgb(255,124,198); }

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

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

 a { background-color: rgb(255,124,198); }

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

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

 span { border-color: rgb(255,124,198); }

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