#FE9EFB

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

Shades of Lavender Rose #FE9EFB

Tints of Lavender Rose #FE9EFB

Color information

#FE9EFB (or 0xFE9EFB) is unknown color: approx Lavender Rose. HEX triplet: FE, 9E and FB. RGB value is (254,158,251). Sum of RGB (Red+Green+Blue) = 254+158+251=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 158 (62.11% from 255 or 23.83% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EFB is #016104. Grayscale: #C5C5C5. Windows color (decimal): -90373 or 16490238. OLE color: 16490238.

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

Color convert

RGB254158251-
CMYK00.380.010.00
HSL301.88º97.96%80.78%-
HSV(B)301.88º37.8%99.61%-
XYZ70.5152.4997.68-
YUV197.31158.3168.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 158 (62.11% from 255) = 23.83%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=38.31%
G=23.83%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415825100.380.010.00301.8897.9680.78
HexFE9EFB0261012e6251
Octal37623637304610456142121
Binary11111110100111101111101101001101010010111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9EFB; }

 p { color: rgb(254,158,251); }

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

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

 a { background-color: rgb(254,158,251); }

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

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

 span { border-color: rgb(254,158,251); }

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