#F890D3

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

Shades of Tea Rose #F890D3

Tints of Tea Rose #F890D3

Color information

#F890D3 (or 0xF890D3) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and D3. RGB value is (248,144,211). Sum of RGB (Red+Green+Blue) = 248+144+211=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F890D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890D3 is #076F2C. Grayscale: #B6B6B6. Windows color (decimal): -487213 or 13865208. OLE color: 13865208.

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

Color convert

RGB248144211-
CMYK00.420.150.03
HSL321.35º88.14%76.86%-
HSV(B)321.35º41.94%97.25%-
XYZ60.4444.6167.05-
YUV182.73143.96174.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 144 (56.64% from 255) = 23.88%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=41.13%
G=23.88%
B=34.99%

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
Decimal24814421100.420.150.03321.3588.1476.86
HexF890D302AF3141584d
Octal370220323052173501130115
Binary111110001001000011010011010101011111110100000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890D3; }

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

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

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

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

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

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

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

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