#FE9DDF

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

Shades of Lavender Rose #FE9DDF

Tints of Lavender Rose #FE9DDF

Color information

#FE9DDF (or 0xFE9DDF) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and DF. RGB value is (254,157,223). Sum of RGB (Red+Green+Blue) = 254+157+223=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DDF is #016220. Grayscale: #C1C1C1. Windows color (decimal): -90657 or 14654974. OLE color: 14654974.

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

Color convert

RGB254157223-
CMYK00.380.120.00
HSL319.18º97.98%80.59%-
HSV(B)319.18º38.19%99.61%-
XYZ66.2550.5176.07-
YUV193.53144.64171.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 157 (61.72% from 255) = 24.76%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=40.06%
G=24.76%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415722300.380.120.00319.1897.9880.59
HexFE9DDF026C013f6251
Octal376235337046140477142121
Binary11111110100111011101111101001101100010011111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DDF; }

 p { color: rgb(254,157,223); }

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

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

 a { background-color: rgb(254,157,223); }

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

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

 span { border-color: rgb(254,157,223); }

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