#F886C3

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

Shades of Tea Rose #F886C3

Tints of Tea Rose #F886C3

Color information

#F886C3 (or 0xF886C3) is unknown color: approx Tea Rose. HEX triplet: F8, 86 and C3. RGB value is (248,134,195). Sum of RGB (Red+Green+Blue) = 248+134+195=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F886C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886C3 is #07793C. Grayscale: #AEAEAE. Windows color (decimal): -489789 or 12814072. OLE color: 12814072.

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

Color convert

RGB248134195-
CMYK00.460.210.03
HSL327.89º89.06%74.9%-
HSV(B)327.89º45.97%97.25%-
XYZ57.0940.9556.52-
YUV175.04139.27180.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 195 (76.56% from 255) = 33.80%
R=42.98%
G=23.22%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813419500.460.210.03327.8989.0674.9
HexF886C302E153148594b
Octal370206303056253510131113
Binary1111100010000110110000110101110101011110100100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F886C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F886C3; }

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

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

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

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

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

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

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

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