#FD9FED

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

Shades of Lavender Rose #FD9FED

Tints of Lavender Rose #FD9FED

Color information

#FD9FED (or 0xFD9FED) is unknown color: approx Lavender Rose. HEX triplet: FD, 9F and ED. RGB value is (253,159,237). Sum of RGB (Red+Green+Blue) = 253+159+237=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9FED is #026012. Grayscale: #C3C3C3. Windows color (decimal): -155667 or 15572989. OLE color: 15572989.

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

Color convert

RGB253159237-
CMYK00.370.060.01
HSL310.21º95.92%80.78%-
HSV(B)310.21º37.15%99.22%-
XYZ68.1951.7986.52-
YUV196151.14168.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 159 (62.5% from 255) = 24.50%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=38.98%
G=24.50%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315923700.370.060.01310.2195.9280.78
HexFD9FED025611366051
Octal37523735504561466140121
Binary1111110110011111111011010100101110110011011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FED; }

 p { color: rgb(253,159,237); }

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

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

 a { background-color: rgb(253,159,237); }

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

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

 span { border-color: rgb(253,159,237); }

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