#FE94DC

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

Shades of Lavender Rose #FE94DC

Tints of Lavender Rose #FE94DC

Color information

#FE94DC (or 0xFE94DC) is unknown color: approx Lavender Rose. HEX triplet: FE, 94 and DC. RGB value is (254,148,220). Sum of RGB (Red+Green+Blue) = 254+148+220=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94DC is #016B23. Grayscale: #BBBBBB. Windows color (decimal): -92964 or 14456062. OLE color: 14456062.

HSL color Cylindrical-coordinate representation of color #FE94DC: hue angle of 319.25º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94DC is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254148220-
CMYK00.420.130.00
HSL319.25º98.15%78.82%-
HSV(B)319.25º41.73%99.61%-
XYZ64.3847.4273.47-
YUV187.9146.12175.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 148 (58.20% from 255) = 23.79%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=40.84%
G=23.79%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414822000.420.130.00319.2598.1578.82
HexFE94DC02AD013f624f
Octal376224334052150477142117
Binary11111110100101001101110001010101101010011111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94DC; }

 p { color: rgb(254,148,220); }

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

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

 a { background-color: rgb(254,148,220); }

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

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

 span { border-color: rgb(254,148,220); }

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