#FD93DB

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

Shades of Lavender Rose #FD93DB

Tints of Lavender Rose #FD93DB

Color information

#FD93DB (or 0xFD93DB) is unknown color: approx Lavender Rose. HEX triplet: FD, 93 and DB. RGB value is (253,147,219). Sum of RGB (Red+Green+Blue) = 253+147+219=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD93DB is #026C24. Grayscale: #BABABA. Windows color (decimal): -158757 or 14390269. OLE color: 14390269.

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

Color convert

RGB253147219-
CMYK00.420.130.01
HSL319.25º96.36%78.43%-
HSV(B)319.25º41.9%99.22%-
XYZ63.7346.8672.7-
YUV186.9146.12175.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 147 (57.81% from 255) = 23.75%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=40.87%
G=23.75%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314721900.420.130.01319.2596.3678.43
HexFD93DB02AD113f604e
Octal375223333052151477140116
Binary11111101100100111101101101010101101110011111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93DB; }

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

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

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

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

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

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

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

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