#F890DA

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

Shades of Lavender Rose #F890DA

Tints of Lavender Rose #F890DA

Color information

#F890DA (or 0xF890DA) is unknown color: approx Lavender Rose. HEX triplet: F8, 90 and DA. RGB value is (248,144,218). Sum of RGB (Red+Green+Blue) = 248+144+218=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F890DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890DA is #076F25. Grayscale: #B7B7B7. Windows color (decimal): -487206 or 14323960. OLE color: 14323960.

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

Color convert

RGB248144218-
CMYK00.420.120.03
HSL317.31º88.14%76.86%-
HSV(B)317.31º41.94%97.25%-
XYZ61.3444.9671.78-
YUV183.53147.46173.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 144 (56.64% from 255) = 23.61%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=40.66%
G=23.61%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814421800.420.120.03317.3188.1476.86
HexF890DA02AC313d584d
Octal370220332052143475130115
Binary111110001001000011011010010101011001110011110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890DA; }

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

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

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

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

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

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

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

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