#FD95ED

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

Shades of Lavender Rose #FD95ED

Tints of Lavender Rose #FD95ED

Color information

#FD95ED (or 0xFD95ED) is unknown color: approx Lavender Rose. HEX triplet: FD, 95 and ED. RGB value is (253,149,237). Sum of RGB (Red+Green+Blue) = 253+149+237=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 149 (58.59% from 255 or 23.32% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD95ED is #026A12. Grayscale: #BDBDBD. Windows color (decimal): -158227 or 15570429. OLE color: 15570429.

HSL color Cylindrical-coordinate representation of color #FD95ED: hue angle of 309.23º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD95ED is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253149237-
CMYK00.410.060.01
HSL309.23º96.3%78.82%-
HSV(B)309.23º41.11%99.22%-
XYZ66.5448.4985.97-
YUV190.13154.46172.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 149 (58.59% from 255) = 23.32%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=39.59%
G=23.32%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314923700.410.060.01309.2396.378.82
HexFD95ED02961135604f
Octal37522535505161465140117
Binary1111110110010101111011010101001110110011010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD95ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD95ED; }

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

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

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

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

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

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

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

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