#F1A1DD

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

Shades of Lavender Rose #F1A1DD

Tints of Lavender Rose #F1A1DD

Color information

#F1A1DD (or 0xF1A1DD) is unknown color: approx Lavender Rose. HEX triplet: F1, A1 and DD. RGB value is (241,161,221). Sum of RGB (Red+Green+Blue) = 241+161+221=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1DD is #0E5E22. Grayscale: #BFBFBF. Windows color (decimal): -941603 or 14524913. OLE color: 14524913.

HSL color Cylindrical-coordinate representation of color #F1A1DD: hue angle of 315º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A1DD is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241161221-
CMYK00.330.080.05
HSL315º74.07%78.82%-
HSV(B)315º33.2%94.51%-
XYZ62.0749.4174.67-
YUV191.76144.5163.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 161 (63.28% from 255) = 25.84%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=38.68%
G=25.84%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116122100.330.080.0531574.0778.82
HexF1A1DD0218513b4a4f
Octal361241335041105473112117
Binary1111000110100001110111010100001100010110011101110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A1DD; }

 p { color: rgb(241,161,221); }

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

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

 a { background-color: rgb(241,161,221); }

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

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

 span { border-color: rgb(241,161,221); }

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