#F894DA

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

Shades of Lavender Rose #F894DA

Tints of Lavender Rose #F894DA

Color information

#F894DA (or 0xF894DA) is unknown color: approx Lavender Rose. HEX triplet: F8, 94 and DA. RGB value is (248,148,218). Sum of RGB (Red+Green+Blue) = 248+148+218=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F894DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894DA is #076B25. Grayscale: #B9B9B9. Windows color (decimal): -486182 or 14324984. OLE color: 14324984.

HSL color Cylindrical-coordinate representation of color #F894DA: hue angle of 318º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894DA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248148218-
CMYK00.400.120.03
HSL318º87.72%77.65%-
HSV(B)318º40.32%97.25%-
XYZ61.9646.271.98-
YUV185.88146.13172.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 148 (58.20% from 255) = 24.10%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=40.39%
G=24.10%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814821800.400.120.0331887.7277.65
HexF894DA028C313e584e
Octal370224332050143476130116
Binary111110001001010011011010010100011001110011111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F894DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F894DA; }

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

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

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

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

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

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

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

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