#FE9FFA

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

Shades of Lavender Rose #FE9FFA

Tints of Lavender Rose #FE9FFA

Color information

#FE9FFA (or 0xFE9FFA) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and FA. RGB value is (254,159,250). Sum of RGB (Red+Green+Blue) = 254+159+250=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 159 (62.5% from 255 or 23.98% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FFA is #016005. Grayscale: #C5C5C5. Windows color (decimal): -90118 or 16424958. OLE color: 16424958.

HSL color Cylindrical-coordinate representation of color #FE9FFA: hue angle of 302.53º 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 #FE9FFA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254159250-
CMYK00.370.020.00
HSL302.53º97.94%80.98%-
HSV(B)302.53º37.4%99.61%-
XYZ70.5352.7796.91-
YUV197.78157.47168.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 159 (62.5% from 255) = 23.98%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=38.31%
G=23.98%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415925000.370.020.00302.5397.9480.98
HexFE9FFA0252012f6251
Octal37623737204520457142121
Binary111111101001111111111010010010110010010111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FFA; }

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

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

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

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

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

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

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

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