#F796CD

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

Shades of Tea Rose #F796CD

Tints of Tea Rose #F796CD

Color information

#F796CD (or 0xF796CD) is unknown color: approx Tea Rose. HEX triplet: F7, 96 and CD. RGB value is (247,150,205). Sum of RGB (Red+Green+Blue) = 247+150+205=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F796CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796CD is #086932. Grayscale: #B9B9B9. Windows color (decimal): -551219 or 13473527. OLE color: 13473527.

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

Color convert

RGB247150205-
CMYK00.390.170.03
HSL325.98º85.84%77.84%-
HSV(B)325.98º39.27%96.86%-
XYZ60.2845.9963.46-
YUV185.27139.14172.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=41.03%
G=24.92%
B=34.05%

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
Decimal24715020500.390.170.03325.9885.8477.84
HexF796CD027113146564e
Octal367226315047213506126116
Binary1111011110010110110011010100111100011110100011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F796CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F796CD; }

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

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

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

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

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

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

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

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