#ff7cc8

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

Shades of Tea Rose #FF7CC8

Tints of Tea Rose #FF7CC8

Color information

#FF7CC8 (or 0xFF7CC8) is unknown color: approx Tea Rose. HEX triplet: FF, 7C and C8. RGB value is (255,124,200). Sum of RGB (Red+Green+Blue) = 255+124+200=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CC8 is #008337. Grayscale: #ABABAB. Windows color (decimal): -33592 or 13139199. OLE color: 13139199.

HSL color Cylindrical-coordinate representation of color #FF7CC8: hue angle of 325.19º 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 #FF7CC8 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255124200-
CMYK00.510.220
HSL325.19º100%74.31%-
HSV(B)325.19º51.37%100%-
XYZ58.8739.8559.23-
YUV171.83143.9187.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=44.04%
G=21.42%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512420000.510.220325.1910074.31
HexFF7CC8033160145644a
Octal377174310063260505144112
Binary11111111111110011001000011001110110010100010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7cc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7cc8; }

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

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

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

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

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

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

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

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