#F884D0

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

Shades of Tea Rose #F884D0

Tints of Tea Rose #F884D0

Color information

#F884D0 (or 0xF884D0) is unknown color: approx Tea Rose. HEX triplet: F8, 84 and D0. RGB value is (248,132,208). Sum of RGB (Red+Green+Blue) = 248+132+208=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F884D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884D0 is #077B2F. Grayscale: #AFAFAF. Windows color (decimal): -490288 or 13665528. OLE color: 13665528.

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

Color convert

RGB248132208-
CMYK00.470.160.03
HSL320.69º89.23%74.51%-
HSV(B)320.69º46.77%97.25%-
XYZ58.3541.0164.52-
YUV175.35146.43179.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 132 (51.95% from 255) = 22.45%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=42.18%
G=22.45%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813220800.470.160.03320.6989.2374.51
HexF884D002F103141594b
Octal370204320057203501131113
Binary1111100010000100110100000101111100001110100000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F884D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F884D0; }

 p { color: rgb(248,132,208); }

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

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

 a { background-color: rgb(248,132,208); }

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

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

 span { border-color: rgb(248,132,208); }

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