#FF9DFE

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

Shades of Lavender Rose #FF9DFE

Tints of Lavender Rose #FF9DFE

Color information

#FF9DFE (or 0xFF9DFE) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and FE. RGB value is (255,157,254). Sum of RGB (Red+Green+Blue) = 255+157+254=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 157 (61.72% from 255 or 23.57% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DFE is #006201. Grayscale: #C5C5C5. Windows color (decimal): -25090 or 16686591. OLE color: 16686591.

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

Color convert

RGB255157254-
CMYK00.380.000
HSL300.61º100%80.78%-
HSV(B)300.61º38.43%100%-
XYZ71.1952.53100.15-
YUV197.36159.97169.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 157 (61.72% from 255) = 23.57%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=38.29%
G=23.57%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515725400.380.000300.6110080.78
HexFF9DFE0260012d6451
Octal37723537604600455144121
Binary11111111100111011111111001001100010010110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DFE; }

 p { color: rgb(255,157,254); }

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

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

 a { background-color: rgb(255,157,254); }

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

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

 span { border-color: rgb(255,157,254); }

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