#F886CE

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

Shades of Tea Rose #F886CE

Tints of Tea Rose #F886CE

Color information

#F886CE (or 0xF886CE) is unknown color: approx Tea Rose. HEX triplet: F8, 86 and CE. RGB value is (248,134,206). Sum of RGB (Red+Green+Blue) = 248+134+206=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F886CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886CE is #077931. Grayscale: #B0B0B0. Windows color (decimal): -489778 or 13534968. OLE color: 13534968.

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

Color convert

RGB248134206-
CMYK00.460.170.03
HSL322.11º89.06%74.9%-
HSV(B)322.11º45.97%97.25%-
XYZ58.3841.4663.32-
YUV176.29144.77179.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 134 (52.73% from 255) = 22.79%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=42.18%
G=22.79%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813420600.460.170.03322.1189.0674.9
HexF886CE02E113142594b
Octal370206316056213502131113
Binary1111100010000110110011100101110100011110100001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F886CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F886CE; }

 p { color: rgb(248,134,206); }

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

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

 a { background-color: rgb(248,134,206); }

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

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

 span { border-color: rgb(248,134,206); }

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