#FF94DF

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

Shades of Lavender Rose #FF94DF

Tints of Lavender Rose #FF94DF

Color information

#FF94DF (or 0xFF94DF) is unknown color: approx Lavender Rose. HEX triplet: FF, 94 and DF. RGB value is (255,148,223). Sum of RGB (Red+Green+Blue) = 255+148+223=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94DF is #006B20. Grayscale: #BCBCBC. Windows color (decimal): -27425 or 14652671. OLE color: 14652671.

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

Color convert

RGB255148223-
CMYK00.420.130
HSL317.94º100%79.02%-
HSV(B)317.94º41.96%100%-
XYZ65.1547.7775.6-
YUV188.54147.45175.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 148 (58.20% from 255) = 23.64%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=40.73%
G=23.64%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514822300.420.130317.9410079.02
HexFF94DF02AD013e644f
Octal377224337052150476144117
Binary11111111100101001101111101010101101010011111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94DF; }

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

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

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

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

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

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

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

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