#FE9DDB

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

Shades of Lavender Rose #FE9DDB

Tints of Lavender Rose #FE9DDB

Color information

#FE9DDB (or 0xFE9DDB) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and DB. RGB value is (254,157,219). Sum of RGB (Red+Green+Blue) = 254+157+219=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DDB is #016224. Grayscale: #C0C0C0. Windows color (decimal): -90661 or 14392830. OLE color: 14392830.

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

Color convert

RGB254157219-
CMYK00.380.140.00
HSL321.65º97.98%80.59%-
HSV(B)321.65º38.19%99.61%-
XYZ65.7250.373.26-
YUV193.07142.64171.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=40.32%
G=24.92%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415721900.380.140.00321.6597.9880.59
HexFE9DDB026E01426251
Octal376235333046160502142121
Binary11111110100111011101101101001101110010100001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DDB; }

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

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

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

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

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

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

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

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