#F886CF

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

Shades of Tea Rose #F886CF

Tints of Tea Rose #F886CF

Color information

#F886CF (or 0xF886CF) is unknown color: approx Tea Rose. HEX triplet: F8, 86 and CF. RGB value is (248,134,207). Sum of RGB (Red+Green+Blue) = 248+134+207=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F886CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886CF is #077930. Grayscale: #B0B0B0. Windows color (decimal): -489777 or 13600504. OLE color: 13600504.

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

Color convert

RGB248134207-
CMYK00.460.170.03
HSL321.58º89.06%74.9%-
HSV(B)321.58º45.97%97.25%-
XYZ58.541.5163.96-
YUV176.41145.27179.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 134 (52.73% from 255) = 22.75%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=42.11%
G=22.75%
B=35.14%

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
Decimal24813420700.460.170.03321.5889.0674.9
HexF886CF02E113142594b
Octal370206317056213502131113
Binary1111100010000110110011110101110100011110100001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F886CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F886CF; }

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

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

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

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

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

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

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

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