#F890D2

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

Shades of Tea Rose #F890D2

Tints of Tea Rose #F890D2

Color information

#F890D2 (or 0xF890D2) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and D2. RGB value is (248,144,210). Sum of RGB (Red+Green+Blue) = 248+144+210=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F890D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890D2 is #076F2D. Grayscale: #B6B6B6. Windows color (decimal): -487214 or 13799672. OLE color: 13799672.

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

Color convert

RGB248144210-
CMYK00.420.150.03
HSL321.92º88.14%76.86%-
HSV(B)321.92º41.94%97.25%-
XYZ60.3244.5666.39-
YUV182.62143.46174.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.20%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=41.20%
G=23.92%
B=34.88%

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
Decimal24814421000.420.150.03321.9288.1476.86
HexF890D202AF3142584d
Octal370220322052173502130115
Binary111110001001000011010010010101011111110100001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890D2; }

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

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

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

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

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

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

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

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