#F696CE

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

Shades of Tea Rose #F696CE

Tints of Tea Rose #F696CE

Color information

#F696CE (or 0xF696CE) is unknown color: approx Tea Rose. HEX triplet: F6, 96 and CE. RGB value is (246,150,206). Sum of RGB (Red+Green+Blue) = 246+150+206=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F696CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696CE is #096931. Grayscale: #B8B8B8. Windows color (decimal): -616754 or 13539062. OLE color: 13539062.

HSL color Cylindrical-coordinate representation of color #F696CE: hue angle of 325º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696CE is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246150206-
CMYK00.390.160.04
HSL325º84.21%77.65%-
HSV(B)325º39.02%96.47%-
XYZ60.0545.8664.08-
YUV185.09139.8171.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=40.86%
G=24.92%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615020600.390.160.0432584.2177.65
HexF696CE027104145544e
Octal366226316047204505124116
Binary11110110100101101100111001001111000010010100010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696CE; }

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

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

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

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

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

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

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

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