#F891D2

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

Shades of Tea Rose #F891D2

Tints of Tea Rose #F891D2

Color information

#F891D2 (or 0xF891D2) is unknown color: approx Tea Rose. HEX triplet: F8, 91 and D2. RGB value is (248,145,210). Sum of RGB (Red+Green+Blue) = 248+145+210=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F891D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891D2 is #076E2D. Grayscale: #B7B7B7. Windows color (decimal): -486958 or 13799928. OLE color: 13799928.

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

Color convert

RGB248145210-
CMYK00.420.150.03
HSL322.14º88.03%77.06%-
HSV(B)322.14º41.53%97.25%-
XYZ60.4744.8666.44-
YUV183.21143.12174.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=41.13%
G=24.05%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814521000.420.150.03322.1488.0377.06
HexF891D202AF3142584d
Octal370221322052173502130115
Binary111110001001000111010010010101011111110100001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891D2; }

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

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

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

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

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

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

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

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