#FE9DE6

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

Shades of Lavender Rose #FE9DE6

Tints of Lavender Rose #FE9DE6

Color information

#FE9DE6 (or 0xFE9DE6) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and E6. RGB value is (254,157,230). Sum of RGB (Red+Green+Blue) = 254+157+230=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DE6 is #016219. Grayscale: #C2C2C2. Windows color (decimal): -90650 or 15113726. OLE color: 15113726.

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

Color convert

RGB254157230-
CMYK00.380.090.00
HSL314.85º97.98%80.59%-
HSV(B)314.85º38.19%99.61%-
XYZ67.2150.981.14-
YUV194.32148.14170.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 157 (61.72% from 255) = 24.49%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=39.63%
G=24.49%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415723000.380.090.00314.8597.9880.59
HexFE9DE60269013b6251
Octal376235346046110473142121
Binary11111110100111011110011001001101001010011101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DE6; }

 p { color: rgb(254,157,230); }

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

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

 a { background-color: rgb(254,157,230); }

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

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

 span { border-color: rgb(254,157,230); }

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