#FE9BD5

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

Shades of Lavender Rose #FE9BD5

Tints of Lavender Rose #FE9BD5

Color information

#FE9BD5 (or 0xFE9BD5) is unknown color: approx Lavender Rose. HEX triplet: FE, 9B and D5. RGB value is (254,155,213). Sum of RGB (Red+Green+Blue) = 254+155+213=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BD5 is #01642A. Grayscale: #BFBFBF. Windows color (decimal): -91179 or 13999102. OLE color: 13999102.

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

Color convert

RGB254155213-
CMYK00.390.160.00
HSL324.85º98.02%80.2%-
HSV(B)324.85º38.98%99.61%-
XYZ64.649.3269.07-
YUV191.21140.3172.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 155 (60.94% from 255) = 24.92%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=40.84%
G=24.92%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415521300.390.160.00324.8598.0280.2
HexFE9BD50271001456250
Octal376233325047200505142120
Binary111111101001101111010101010011110000010100010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BD5; }

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

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

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

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

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

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

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

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