#FF95ED

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

Shades of Lavender Rose #FF95ED

Tints of Lavender Rose #FF95ED

Color information

#FF95ED (or 0xFF95ED) is unknown color: approx Lavender Rose. HEX triplet: FF, 95 and ED. RGB value is (255,149,237). Sum of RGB (Red+Green+Blue) = 255+149+237=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95ED is #006A12. Grayscale: #BEBEBE. Windows color (decimal): -27155 or 15570431. OLE color: 15570431.

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

Color convert

RGB255149237-
CMYK00.420.070
HSL310.19º100%79.22%-
HSV(B)310.19º41.57%100%-
XYZ67.2748.8786.01-
YUV190.73154.12173.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 149 (58.59% from 255) = 23.24%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=39.78%
G=23.24%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514923700.420.070310.1910079.22
HexFF95ED02A70136644f
Octal37722535505270466144117
Binary1111111110010101111011010101010111010011011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95ED; }

 p { color: rgb(255,149,237); }

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

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

 a { background-color: rgb(255,149,237); }

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

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

 span { border-color: rgb(255,149,237); }

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