#FE94D4

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

Shades of Lavender Rose #FE94D4

Tints of Lavender Rose #FE94D4

Color information

#FE94D4 (or 0xFE94D4) is unknown color: approx Lavender Rose. HEX triplet: FE, 94 and D4. RGB value is (254,148,212). Sum of RGB (Red+Green+Blue) = 254+148+212=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94D4 is #016B2B. Grayscale: #BABABA. Windows color (decimal): -92972 or 13931774. OLE color: 13931774.

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

Color convert

RGB254148212-
CMYK00.420.170.00
HSL323.77º98.15%78.82%-
HSV(B)323.77º41.73%99.61%-
XYZ63.354768.02-
YUV186.99142.12175.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 148 (58.20% from 255) = 24.10%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=41.37%
G=24.10%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414821200.420.170.00323.7798.1578.82
HexFE94D402A110144624f
Octal376224324052210504142117
Binary111111101001010011010100010101010001010100010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94D4; }

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

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

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

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

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

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

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

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