#F995E5

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

Shades of Lavender Rose #F995E5

Tints of Lavender Rose #F995E5

Color information

#F995E5 (or 0xF995E5) is unknown color: approx Lavender Rose. HEX triplet: F9, 95 and E5. RGB value is (249,149,229). Sum of RGB (Red+Green+Blue) = 249+149+229=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F995E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995E5 is #066A1A. Grayscale: #BBBBBB. Windows color (decimal): -420379 or 15046137. OLE color: 15046137.

HSL color Cylindrical-coordinate representation of color #F995E5: hue angle of 312º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995E5 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB249149229-
CMYK00.400.080.02
HSL312º89.29%78.04%-
HSV(B)312º40.16%97.65%-
XYZ63.9647.2979.89-
YUV188.02151.13171.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 149 (58.59% from 255) = 23.76%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=39.71%
G=23.76%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914922900.400.080.0231289.2978.04
HexF995E502882138594e
Octal371225345050102470131116
Binary111110011001010111100101010100010001010011100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995E5; }

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

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

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

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

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

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

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

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