#FF94E6

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

Shades of Lavender Rose #FF94E6

Tints of Lavender Rose #FF94E6

Color information

#FF94E6 (or 0xFF94E6) is unknown color: approx Lavender Rose. HEX triplet: FF, 94 and E6. RGB value is (255,148,230). Sum of RGB (Red+Green+Blue) = 255+148+230=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF94E6 is #006B19. Grayscale: #BDBDBD. Windows color (decimal): -27418 or 15111423. OLE color: 15111423.

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

Color convert

RGB255148230-
CMYK00.420.100
HSL314.02º100%79.02%-
HSV(B)314.02º41.96%100%-
XYZ66.1148.1580.67-
YUV189.34150.95174.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 148 (58.20% from 255) = 23.38%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=40.28%
G=23.38%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514823000.420.100314.0210079.02
HexFF94E602AA013a644f
Octal377224346052120472144117
Binary11111111100101001110011001010101010010011101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94E6; }

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

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

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

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

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

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

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

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