#F796CE

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

Shades of Tea Rose #F796CE

Tints of Tea Rose #F796CE

Color information

#F796CE (or 0xF796CE) is unknown color: approx Tea Rose. HEX triplet: F7, 96 and CE. RGB value is (247,150,206). Sum of RGB (Red+Green+Blue) = 247+150+206=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F796CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796CE is #086931. Grayscale: #B9B9B9. Windows color (decimal): -551218 or 13539063. OLE color: 13539063.

HSL color Cylindrical-coordinate representation of color #F796CE: hue angle of 325.36º 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 #F796CE is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247150206-
CMYK00.390.170.03
HSL325.36º85.84%77.84%-
HSV(B)325.36º39.27%96.86%-
XYZ60.446.0464.1-
YUV185.39139.64171.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=40.96%
G=24.88%
B=34.16%

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
Decimal24715020600.390.170.03325.3685.8477.84
HexF796CE027113145564e
Octal367226316047213505126116
Binary1111011110010110110011100100111100011110100010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F796CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F796CE; }

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

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

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

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

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

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

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

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