#F895E5

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

Shades of Lavender Rose #F895E5

Tints of Lavender Rose #F895E5

Color information

#F895E5 (or 0xF895E5) is unknown color: approx Lavender Rose. HEX triplet: F8, 95 and E5. RGB value is (248,149,229). Sum of RGB (Red+Green+Blue) = 248+149+229=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F895E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895E5 is #076A1A. Grayscale: #BBBBBB. Windows color (decimal): -485915 or 15046136. OLE color: 15046136.

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

Color convert

RGB248149229-
CMYK00.400.080.03
HSL311.52º87.61%77.84%-
HSV(B)311.52º39.92%97.25%-
XYZ63.647.1179.87-
YUV187.72151.3171-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 149 (58.59% from 255) = 23.80%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=39.62%
G=23.80%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814922900.400.080.03311.5287.6177.84
HexF895E502883138584e
Octal370225345050103470130116
Binary111110001001010111100101010100010001110011100010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895E5; }

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

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

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

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

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

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

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

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