#FD9EFA

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

Shades of Lavender Rose #FD9EFA

Tints of Lavender Rose #FD9EFA

Color information

#FD9EFA (or 0xFD9EFA) is unknown color: approx Lavender Rose. HEX triplet: FD, 9E and FA. RGB value is (253,158,250). Sum of RGB (Red+Green+Blue) = 253+158+250=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 158 (62.11% from 255 or 23.90% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9EFA is #026105. Grayscale: #C4C4C4. Windows color (decimal): -155910 or 16424701. OLE color: 16424701.

HSL color Cylindrical-coordinate representation of color #FD9EFA: hue angle of 301.89º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EFA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253158250-
CMYK00.380.010.01
HSL301.89º95.96%80.59%-
HSV(B)301.89º37.55%99.22%-
XYZ69.9952.2496.84-
YUV196.89157.97168.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.28%
GREEN value IS 158 (62.11% from 255) = 23.90%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=38.28%
G=23.90%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315825000.380.010.01301.8995.9680.59
HexFD9EFA0261112e6051
Octal37523637204611456140121
Binary11111101100111101111101001001101110010111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EFA; }

 p { color: rgb(253,158,250); }

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

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

 a { background-color: rgb(253,158,250); }

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

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

 span { border-color: rgb(253,158,250); }

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