#F887D1

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

Shades of Tea Rose #F887D1

Tints of Tea Rose #F887D1

Color information

#F887D1 (or 0xF887D1) is unknown color: approx Tea Rose. HEX triplet: F8, 87 and D1. RGB value is (248,135,209). Sum of RGB (Red+Green+Blue) = 248+135+209=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F887D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F887D1 is #07782E. Grayscale: #B1B1B1. Windows color (decimal): -489519 or 13731832. OLE color: 13731832.

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

Color convert

RGB248135209-
CMYK00.460.160.03
HSL320.71º88.98%75.1%-
HSV(B)320.71º45.56%97.25%-
XYZ58.8841.8965.3-
YUV177.22145.94178.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.89%
GREEN value IS 135 (53.12% from 255) = 22.80%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=41.89%
G=22.80%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813520900.460.160.03320.7188.9875.1
HexF887D102E103141594b
Octal370207321056203501131113
Binary1111100010000111110100010101110100001110100000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F887D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F887D1; }

 p { color: rgb(248,135,209); }

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

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

 a { background-color: rgb(248,135,209); }

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

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

 span { border-color: rgb(248,135,209); }

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