#FE9FDC

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

Shades of Lavender Rose #FE9FDC

Tints of Lavender Rose #FE9FDC

Color information

#FE9FDC (or 0xFE9FDC) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and DC. RGB value is (254,159,220). Sum of RGB (Red+Green+Blue) = 254+159+220=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDC is #016023. Grayscale: #C2C2C2. Windows color (decimal): -90148 or 14458878. OLE color: 14458878.

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

Color convert

RGB254159220-
CMYK00.370.130.00
HSL321.47º97.94%80.98%-
HSV(B)321.47º37.4%99.61%-
XYZ66.1951.0374.07-
YUV194.36142.47170.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=40.13%
G=25.12%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415922000.370.130.00321.4797.9480.98
HexFE9FDC025D01416251
Octal376237334045150501142121
Binary11111110100111111101110001001011101010100000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FDC; }

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

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

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

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

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

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

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

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