#FD95EB

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

Shades of Lavender Rose #FD95EB

Tints of Lavender Rose #FD95EB

Color information

#FD95EB (or 0xFD95EB) is unknown color: approx Lavender Rose. HEX triplet: FD, 95 and EB. RGB value is (253,149,235). Sum of RGB (Red+Green+Blue) = 253+149+235=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 149 (58.59% from 255 or 23.39% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD95EB is #026A14. Grayscale: #BDBDBD. Windows color (decimal): -158229 or 15439357. OLE color: 15439357.

HSL color Cylindrical-coordinate representation of color #FD95EB: hue angle of 310.38º 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 #FD95EB is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253149235-
CMYK00.410.070.01
HSL310.38º96.3%78.82%-
HSV(B)310.38º41.11%99.22%-
XYZ66.2548.3884.44-
YUV189.9153.46173.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 149 (58.59% from 255) = 23.39%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=39.72%
G=23.39%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314923500.410.070.01310.3896.378.82
HexFD95EB02971136604f
Octal37522535305171466140117
Binary1111110110010101111010110101001111110011011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD95EB; }

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

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

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

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

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

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

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

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