#FE9CEE

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

Shades of Lavender Rose #FE9CEE

Tints of Lavender Rose #FE9CEE

Color information

#FE9CEE (or 0xFE9CEE) is unknown color: approx Lavender Rose. HEX triplet: FE, 9C and EE. RGB value is (254,156,238). Sum of RGB (Red+Green+Blue) = 254+156+238=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CEE is #016311. Grayscale: #C2C2C2. Windows color (decimal): -90898 or 15637758. OLE color: 15637758.

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

Color convert

RGB254156238-
CMYK00.390.060.00
HSL309.8º98%80.39%-
HSV(B)309.8º38.58%99.61%-
XYZ68.1951.0287.14-
YUV194.65152.47170.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 156 (61.33% from 255) = 24.07%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=39.20%
G=24.07%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415623800.390.060.00309.89880.39
HexFE9CEE027601366250
Octal37623435604760466142120
Binary1111111010011100111011100100111110010011011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CEE; }

 p { color: rgb(254,156,238); }

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

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

 a { background-color: rgb(254,156,238); }

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

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

 span { border-color: rgb(254,156,238); }

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