#FE92DC

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

Shades of Lavender Rose #FE92DC

Tints of Lavender Rose #FE92DC

Color information

#FE92DC (or 0xFE92DC) is unknown color: approx Lavender Rose. HEX triplet: FE, 92 and DC. RGB value is (254,146,220). Sum of RGB (Red+Green+Blue) = 254+146+220=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92DC is #016D23. Grayscale: #BABABA. Windows color (decimal): -93476 or 14455550. OLE color: 14455550.

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

Color convert

RGB254146220-
CMYK00.430.130.00
HSL318.89º98.18%78.43%-
HSV(B)318.89º42.52%99.61%-
XYZ64.0746.873.37-
YUV186.73146.78175.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 146 (57.42% from 255) = 23.55%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=40.97%
G=23.55%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414622000.430.130.00318.8998.1878.43
HexFE92DC02BD013f624e
Octal376222334053150477142116
Binary11111110100100101101110001010111101010011111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE92DC; }

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

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

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

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

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

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

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

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