#F794CE

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

Shades of Tea Rose #F794CE

Tints of Tea Rose #F794CE

Color information

#F794CE (or 0xF794CE) is unknown color: approx Tea Rose. HEX triplet: F7, 94 and CE. RGB value is (247,148,206). Sum of RGB (Red+Green+Blue) = 247+148+206=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F794CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794CE is #086B31. Grayscale: #B8B8B8. Windows color (decimal): -551730 or 13538551. OLE color: 13538551.

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

Color convert

RGB247148206-
CMYK00.400.170.03
HSL324.85º86.09%77.45%-
HSV(B)324.85º40.08%96.86%-
XYZ60.0945.4163.99-
YUV184.21140.3172.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=41.10%
G=24.63%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714820600.400.170.03324.8586.0977.45
HexF794CE028113145564d
Octal367224316050213505126115
Binary1111011110010100110011100101000100011110100010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F794CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F794CE; }

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

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

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

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

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

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

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

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