#FE9BDC

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

Shades of Lavender Rose #FE9BDC

Tints of Lavender Rose #FE9BDC

Color information

#FE9BDC (or 0xFE9BDC) is unknown color: approx Lavender Rose. HEX triplet: FE, 9B and DC. RGB value is (254,155,220). Sum of RGB (Red+Green+Blue) = 254+155+220=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BDC is #016423. Grayscale: #BFBFBF. Windows color (decimal): -91172 or 14457854. OLE color: 14457854.

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

Color convert

RGB254155220-
CMYK00.390.130.00
HSL320.61º98.02%80.2%-
HSV(B)320.61º38.98%99.61%-
XYZ65.5149.6873.85-
YUV192.01143.8172.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 155 (60.94% from 255) = 24.64%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=40.38%
G=24.64%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415522000.390.130.00320.6198.0280.2
HexFE9BDC027D01416250
Octal376233334047150501142120
Binary11111110100110111101110001001111101010100000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BDC; }

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

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

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

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

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

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

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

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