#FE9AF1

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

Shades of Lavender Rose #FE9AF1

Tints of Lavender Rose #FE9AF1

Color information

#FE9AF1 (or 0xFE9AF1) is unknown color: approx Lavender Rose. HEX triplet: FE, 9A and F1. RGB value is (254,154,241). Sum of RGB (Red+Green+Blue) = 254+154+241=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 154 (60.55% from 255 or 23.73% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AF1 is #01650E. Grayscale: #C1C1C1. Windows color (decimal): -91407 or 15833854. OLE color: 15833854.

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

Color convert

RGB254154241-
CMYK00.390.050.00
HSL307.8º98.04%80%-
HSV(B)307.8º39.37%99.61%-
XYZ68.3150.5389.37-
YUV193.82154.63170.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 154 (60.55% from 255) = 23.73%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=39.14%
G=23.73%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415424100.390.050.00307.898.0480
HexFE9AF1027501346250
Octal37623236104750464142120
Binary1111111010011010111100010100111101010011010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AF1; }

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

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

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

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

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

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

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

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