#FF94D6

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

Shades of Lavender Rose #FF94D6

Tints of Lavender Rose #FF94D6

Color information

#FF94D6 (or 0xFF94D6) is unknown color: approx Lavender Rose. HEX triplet: FF, 94 and D6. RGB value is (255,148,214). Sum of RGB (Red+Green+Blue) = 255+148+214=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94D6 is #006B29. Grayscale: #BBBBBB. Windows color (decimal): -27434 or 14062847. OLE color: 14062847.

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

Color convert

RGB255148214-
CMYK00.420.160
HSL322.99º100%79.02%-
HSV(B)322.99º41.96%100%-
XYZ63.9747.2969.38-
YUV187.52142.95176.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 148 (58.20% from 255) = 23.99%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=41.33%
G=23.99%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514821400.420.160322.9910079.02
HexFF94D602A100143644f
Octal377224326052200503144117
Binary111111111001010011010110010101010000010100001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94D6; }

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

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

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

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

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

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

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

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