#FD93E9

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

Shades of Lavender Rose #FD93E9

Tints of Lavender Rose #FD93E9

Color information

#FD93E9 (or 0xFD93E9) is unknown color: approx Lavender Rose. HEX triplet: FD, 93 and E9. RGB value is (253,147,233). Sum of RGB (Red+Green+Blue) = 253+147+233=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93E9 is #026C16. Grayscale: #BCBCBC. Windows color (decimal): -158743 or 15307773. OLE color: 15307773.

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

Color convert

RGB253147233-
CMYK00.420.080.01
HSL311.32º96.36%78.43%-
HSV(B)311.32º41.9%99.22%-
XYZ65.6547.6382.82-
YUV188.5153.12174.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 147 (57.81% from 255) = 23.22%
BLUE value IS 233 (91.41% from 255) = 36.81%
R=39.97%
G=23.22%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314723300.420.080.01311.3296.3678.43
HexFD93E902A81137604e
Octal375223351052101467140116
Binary11111101100100111110100101010101000110011011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93E9; }

 p { color: rgb(253,147,233); }

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

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

 a { background-color: rgb(253,147,233); }

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

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

 span { border-color: rgb(253,147,233); }

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