#FE95E6

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

Shades of Lavender Rose #FE95E6

Tints of Lavender Rose #FE95E6

Color information

#FE95E6 (or 0xFE95E6) is unknown color: approx Lavender Rose. HEX triplet: FE, 95 and E6. RGB value is (254,149,230). Sum of RGB (Red+Green+Blue) = 254+149+230=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95E6 is #016A19. Grayscale: #BDBDBD. Windows color (decimal): -92698 or 15111678. OLE color: 15111678.

HSL color Cylindrical-coordinate representation of color #FE95E6: hue angle of 313.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE95E6 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254149230-
CMYK00.410.090.00
HSL313.71º98.13%79.02%-
HSV(B)313.71º41.34%99.61%-
XYZ65.948.2880.71-
YUV189.63150.79173.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 149 (58.59% from 255) = 23.54%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=40.13%
G=23.54%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414923000.410.090.00313.7198.1379.02
HexFE95E60299013a624f
Octal376225346051110472142117
Binary11111110100101011110011001010011001010011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95E6; }

 p { color: rgb(254,149,230); }

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

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

 a { background-color: rgb(254,149,230); }

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

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

 span { border-color: rgb(254,149,230); }

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