#F891D0

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

Shades of Tea Rose #F891D0

Tints of Tea Rose #F891D0

Color information

#F891D0 (or 0xF891D0) is unknown color: approx Tea Rose. HEX triplet: F8, 91 and D0. RGB value is (248,145,208). Sum of RGB (Red+Green+Blue) = 248+145+208=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F891D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891D0 is #076E2F. Grayscale: #B6B6B6. Windows color (decimal): -486960 or 13668856. OLE color: 13668856.

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

Color convert

RGB248145208-
CMYK00.420.160.03
HSL323.3º88.03%77.06%-
HSV(B)323.3º41.53%97.25%-
XYZ60.2244.7665.14-
YUV182.98142.12174.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=41.26%
G=24.13%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814520800.420.160.03323.388.0377.06
HexF891D002A103143584d
Octal370221320052203503130115
Binary1111100010010001110100000101010100001110100001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891D0; }

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

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

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

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

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

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

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

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