#F2A1DD

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

Shades of Lavender Rose #F2A1DD

Tints of Lavender Rose #F2A1DD

Color information

#F2A1DD (or 0xF2A1DD) is unknown color: approx Lavender Rose. HEX triplet: F2, A1 and DD. RGB value is (242,161,221). Sum of RGB (Red+Green+Blue) = 242+161+221=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1DD is #0D5E22. Grayscale: #BFBFBF. Windows color (decimal): -876067 or 14524914. OLE color: 14524914.

HSL color Cylindrical-coordinate representation of color #F2A1DD: hue angle of 315.56º degrees, saturation: 0.76, 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 #F2A1DD is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242161221-
CMYK00.330.090.05
HSL315.56º75.7%79.02%-
HSV(B)315.56º33.47%94.9%-
XYZ62.4149.5974.69-
YUV192.06144.34163.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 161 (63.28% from 255) = 25.80%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=38.78%
G=25.80%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216122100.330.090.05315.5675.779.02
HexF2A1DD0219513c4c4f
Octal362241335041115474114117
Binary1111001010100001110111010100001100110110011110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1DD; }

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

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

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

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

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

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

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

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