#FE9CE2

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

Shades of Lavender Rose #FE9CE2

Tints of Lavender Rose #FE9CE2

Color information

#FE9CE2 (or 0xFE9CE2) is unknown color: approx Lavender Rose. HEX triplet: FE, 9C and E2. RGB value is (254,156,226). Sum of RGB (Red+Green+Blue) = 254+156+226=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CE2 is #01631D. Grayscale: #C1C1C1. Windows color (decimal): -90910 or 14851326. OLE color: 14851326.

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

Color convert

RGB254156226-
CMYK00.390.110.00
HSL317.14º98%80.39%-
HSV(B)317.14º38.58%99.61%-
XYZ66.4950.3478.16-
YUV193.28146.47171.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 156 (61.33% from 255) = 24.53%
BLUE value IS 226 (88.67% from 255) = 35.53%
R=39.94%
G=24.53%
B=35.53%

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
Decimal25415622600.390.110.00317.149880.39
HexFE9CE2027B013d6250
Octal376234342047130475142120
Binary11111110100111001110001001001111011010011110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CE2; }

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

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

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

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

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

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

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

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