#FF94DC

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

Shades of Lavender Rose #FF94DC

Tints of Lavender Rose #FF94DC

Color information

#FF94DC (or 0xFF94DC) is unknown color: approx Lavender Rose. HEX triplet: FF, 94 and DC. RGB value is (255,148,220). Sum of RGB (Red+Green+Blue) = 255+148+220=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94DC is #006B23. Grayscale: #BCBCBC. Windows color (decimal): -27428 or 14456063. OLE color: 14456063.

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

Color convert

RGB255148220-
CMYK00.420.140
HSL319.63º100%79.02%-
HSV(B)319.63º41.96%100%-
XYZ64.7547.6173.49-
YUV188.2145.95175.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 148 (58.20% from 255) = 23.76%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=40.93%
G=23.76%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514822000.420.140319.6310079.02
HexFF94DC02AE0140644f
Octal377224334052160500144117
Binary11111111100101001101110001010101110010100000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94DC; }

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

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

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

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

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

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

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

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