#FF9DF1

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

Shades of Lavender Rose #FF9DF1

Tints of Lavender Rose #FF9DF1

Color information

#FF9DF1 (or 0xFF9DF1) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and F1. RGB value is (255,157,241). Sum of RGB (Red+Green+Blue) = 255+157+241=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 157 (61.72% from 255 or 24.04% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DF1 is #00620E. Grayscale: #C3C3C3. Windows color (decimal): -25103 or 15834623. OLE color: 15834623.

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

Color convert

RGB255157241-
CMYK00.380.050
HSL308.57º100%80.78%-
HSV(B)308.57º38.43%100%-
XYZ69.1751.7289.56-
YUV195.88153.47170.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 157 (61.72% from 255) = 24.04%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=39.05%
G=24.04%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515724100.380.050308.5710080.78
HexFF9DF1026501356451
Octal37723536104650465144121
Binary1111111110011101111100010100110101010011010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DF1; }

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

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

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

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

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

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

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

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