#FE9CE1

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

Shades of Lavender Rose #FE9CE1

Tints of Lavender Rose #FE9CE1

Color information

#FE9CE1 (or 0xFE9CE1) is unknown color: approx Lavender Rose. HEX triplet: FE, 9C and E1. RGB value is (254,156,225). Sum of RGB (Red+Green+Blue) = 254+156+225=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CE1 is #01631E. Grayscale: #C0C0C0. Windows color (decimal): -90911 or 14785790. OLE color: 14785790.

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

Color convert

RGB254156225-
CMYK00.390.110.00
HSL317.76º98%80.39%-
HSV(B)317.76º38.58%99.61%-
XYZ66.3550.2877.44-
YUV193.17145.97171.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 24.57%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=40%
G=24.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415622500.390.110.00317.769880.39
HexFE9CE1027B013e6250
Octal376234341047130476142120
Binary11111110100111001110000101001111011010011111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CE1; }

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

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

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

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

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

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

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

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