#F2A1DF

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

Shades of Lavender Rose #F2A1DF

Tints of Lavender Rose #F2A1DF

Color information

#F2A1DF (or 0xF2A1DF) is unknown color: approx Lavender Rose. HEX triplet: F2, A1 and DF. RGB value is (242,161,223). Sum of RGB (Red+Green+Blue) = 242+161+223=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1DF is #0D5E20. Grayscale: #C0C0C0. Windows color (decimal): -876065 or 14655986. OLE color: 14655986.

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

Color convert

RGB242161223-
CMYK00.330.080.05
HSL314.07º75.7%79.02%-
HSV(B)314.07º33.47%94.9%-
XYZ62.6849.6976.1-
YUV192.29145.34163.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 161 (63.28% from 255) = 25.72%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=38.66%
G=25.72%
B=35.62%

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
Decimal24216122300.330.080.05314.0775.779.02
HexF2A1DF0218513a4c4f
Octal362241337041105472114117
Binary1111001010100001110111110100001100010110011101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1DF; }

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

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

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

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

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

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

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

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