#FE9FEA

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

Shades of Lavender Rose #FE9FEA

Tints of Lavender Rose #FE9FEA

Color information

#FE9FEA (or 0xFE9FEA) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and EA. RGB value is (254,159,234). Sum of RGB (Red+Green+Blue) = 254+159+234=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FEA is #016015. Grayscale: #C3C3C3. Windows color (decimal): -90134 or 15376382. OLE color: 15376382.

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

Color convert

RGB254159234-
CMYK00.370.080.00
HSL312.63º97.94%80.98%-
HSV(B)312.63º37.4%99.61%-
XYZ68.1251.8184.25-
YUV195.96149.47169.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 159 (62.5% from 255) = 24.57%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=39.26%
G=24.57%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415923400.370.080.00312.6397.9480.98
HexFE9FEA025801396251
Octal376237352045100471142121
Binary11111110100111111110101001001011000010011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FEA; }

 p { color: rgb(254,159,234); }

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

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

 a { background-color: rgb(254,159,234); }

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

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

 span { border-color: rgb(254,159,234); }

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