#FE9ADE

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

Shades of Lavender Rose #FE9ADE

Tints of Lavender Rose #FE9ADE

Color information

#FE9ADE (or 0xFE9ADE) is unknown color: approx Lavender Rose. HEX triplet: FE, 9A and DE. RGB value is (254,154,222). Sum of RGB (Red+Green+Blue) = 254+154+222=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ADE is #016521. Grayscale: #BFBFBF. Windows color (decimal): -91426 or 14588670. OLE color: 14588670.

HSL color Cylindrical-coordinate representation of color #FE9ADE: hue angle of 319.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9ADE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254154222-
CMYK00.390.130.00
HSL319.2º98.04%80%-
HSV(B)319.2º39.37%99.61%-
XYZ65.6149.4675.19-
YUV191.65145.13172.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 154 (60.55% from 255) = 24.44%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=40.32%
G=24.44%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415422200.390.130.00319.298.0480
HexFE9ADE027D013f6250
Octal376232336047150477142120
Binary11111110100110101101111001001111101010011111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9ADE; }

 p { color: rgb(254,154,222); }

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

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

 a { background-color: rgb(254,154,222); }

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

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

 span { border-color: rgb(254,154,222); }

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