#F2A1DC

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

Shades of Lavender Rose #F2A1DC

Tints of Lavender Rose #F2A1DC

Color information

#F2A1DC (or 0xF2A1DC) is unknown color: approx Lavender Rose. HEX triplet: F2, A1 and DC. RGB value is (242,161,220). Sum of RGB (Red+Green+Blue) = 242+161+220=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1DC is #0D5E23. Grayscale: #BFBFBF. Windows color (decimal): -876068 or 14459378. OLE color: 14459378.

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

Color convert

RGB242161220-
CMYK00.330.090.05
HSL316.3º75.7%79.02%-
HSV(B)316.3º33.47%94.9%-
XYZ62.2849.5373.99-
YUV191.95143.84163.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 161 (63.28% from 255) = 25.84%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=38.84%
G=25.84%
B=35.31%

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
Decimal24216122000.330.090.05316.375.779.02
HexF2A1DC0219513c4c4f
Octal362241334041115474114117
Binary1111001010100001110111000100001100110110011110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1DC; }

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

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

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

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

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

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

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

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