#F890D0

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

Shades of Tea Rose #F890D0

Tints of Tea Rose #F890D0

Color information

#F890D0 (or 0xF890D0) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and D0. RGB value is (248,144,208). Sum of RGB (Red+Green+Blue) = 248+144+208=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F890D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890D0 is #076F2F. Grayscale: #B6B6B6. Windows color (decimal): -487216 or 13668600. OLE color: 13668600.

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

Color convert

RGB248144208-
CMYK00.420.160.03
HSL323.08º88.14%76.86%-
HSV(B)323.08º41.94%97.25%-
XYZ60.0744.4665.09-
YUV182.39142.46174.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.33%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=41.33%
G=24%
B=34.67%

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
Decimal24814420800.420.160.03323.0888.1476.86
HexF890D002A103143584d
Octal370220320052203503130115
Binary1111100010010000110100000101010100001110100001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890D0; }

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

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

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

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

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

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

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

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