#FF94E0

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

Shades of Lavender Rose #FF94E0

Tints of Lavender Rose #FF94E0

Color information

#FF94E0 (or 0xFF94E0) is unknown color: approx Lavender Rose. HEX triplet: FF, 94 and E0. RGB value is (255,148,224). Sum of RGB (Red+Green+Blue) = 255+148+224=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94E0 is #006B1F. Grayscale: #BCBCBC. Windows color (decimal): -27424 or 14718207. OLE color: 14718207.

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

Color convert

RGB255148224-
CMYK00.420.120
HSL317.38º100%79.02%-
HSV(B)317.38º41.96%100%-
XYZ65.2847.8276.31-
YUV188.66147.95175.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 148 (58.20% from 255) = 23.60%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=40.67%
G=23.60%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514822400.420.120317.3810079.02
HexFF94E002AC013d644f
Octal377224340052140475144117
Binary11111111100101001110000001010101100010011110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94E0; }

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

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

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

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

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

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

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

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