#FE9DD5

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

Shades of Lavender Pink #FE9DD5

Tints of Lavender Pink #FE9DD5

Color information

#FE9DD5 (or 0xFE9DD5) is unknown color: approx Lavender Pink. HEX triplet: FE, 9D and D5. RGB value is (254,157,213). Sum of RGB (Red+Green+Blue) = 254+157+213=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DD5 is #01622A. Grayscale: #C0C0C0. Windows color (decimal): -90667 or 13999614. OLE color: 13999614.

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

Color convert

RGB254157213-
CMYK00.380.160.00
HSL325.36º97.98%80.59%-
HSV(B)325.36º38.19%99.61%-
XYZ64.9449.9969.18-
YUV192.39139.64171.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 157 (61.72% from 255) = 25.16%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=40.71%
G=25.16%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415721300.380.160.00325.3697.9880.59
HexFE9DD50261001456251
Octal376235325046200505142121
Binary111111101001110111010101010011010000010100010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DD5; }

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

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

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

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

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

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

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

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