#FF94DA

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

Shades of Lavender Rose #FF94DA

Tints of Lavender Rose #FF94DA

Color information

#FF94DA (or 0xFF94DA) is unknown color: approx Lavender Rose. HEX triplet: FF, 94 and DA. RGB value is (255,148,218). Sum of RGB (Red+Green+Blue) = 255+148+218=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94DA is #006B25. Grayscale: #BBBBBB. Windows color (decimal): -27430 or 14324991. OLE color: 14324991.

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

Color convert

RGB255148218-
CMYK00.420.150
HSL320.75º100%79.02%-
HSV(B)320.75º41.96%100%-
XYZ64.4847.572.1-
YUV187.97144.95175.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 148 (58.20% from 255) = 23.83%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=41.06%
G=23.83%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514821800.420.150320.7510079.02
HexFF94DA02AF0141644f
Octal377224332052170501144117
Binary11111111100101001101101001010101111010100000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94DA; }

 p { color: rgb(255,148,218); }

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

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

 a { background-color: rgb(255,148,218); }

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

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

 span { border-color: rgb(255,148,218); }

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