#F796CC

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

Shades of Tea Rose #F796CC

Tints of Tea Rose #F796CC

Color information

#F796CC (or 0xF796CC) is unknown color: approx Tea Rose. HEX triplet: F7, 96 and CC. RGB value is (247,150,204). Sum of RGB (Red+Green+Blue) = 247+150+204=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F796CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796CC is #086933. Grayscale: #B9B9B9. Windows color (decimal): -551220 or 13407991. OLE color: 13407991.

HSL color Cylindrical-coordinate representation of color #F796CC: hue angle of 326.6º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796CC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247150204-
CMYK00.390.170.03
HSL326.6º85.84%77.84%-
HSV(B)326.6º39.27%96.86%-
XYZ60.1645.9562.82-
YUV185.16138.64172.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 150 (58.98% from 255) = 24.96%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=41.10%
G=24.96%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715020400.390.170.03326.685.8477.84
HexF796CC027113147564e
Octal367226314047213507126116
Binary1111011110010110110011000100111100011110100011110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F796CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F796CC; }

 p { color: rgb(247,150,204); }

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

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

 a { background-color: rgb(247,150,204); }

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

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

 span { border-color: rgb(247,150,204); }

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