#F895DA

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

Shades of Lavender Rose #F895DA

Tints of Lavender Rose #F895DA

Color information

#F895DA (or 0xF895DA) is unknown color: approx Lavender Rose. HEX triplet: F8, 95 and DA. RGB value is (248,149,218). Sum of RGB (Red+Green+Blue) = 248+149+218=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F895DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895DA is #076A25. Grayscale: #BABABA. Windows color (decimal): -485926 or 14325240. OLE color: 14325240.

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

Color convert

RGB248149218-
CMYK00.400.120.03
HSL318.18º87.61%77.84%-
HSV(B)318.18º39.92%97.25%-
XYZ62.1146.5172.03-
YUV186.47145.8171.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.33%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=40.33%
G=24.23%
B=35.45%

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
Decimal24814921800.400.120.03318.1887.6177.84
HexF895DA028C313e584e
Octal370225332050143476130116
Binary111110001001010111011010010100011001110011111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895DA; }

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

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

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

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

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

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

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

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