#F2ACF0

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

Shades of Lavender Rose #F2ACF0

Tints of Lavender Rose #F2ACF0

Color information

#F2ACF0 (or 0xF2ACF0) is unknown color: approx Lavender Rose. HEX triplet: F2, AC and F0. RGB value is (242,172,240). Sum of RGB (Red+Green+Blue) = 242+172+240=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACF0 is #0D530F. Grayscale: #C8C8C8. Windows color (decimal): -873232 or 15772914. OLE color: 15772914.

HSL color Cylindrical-coordinate representation of color #F2ACF0: hue angle of 301.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACF0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242172240-
CMYK00.290.010.05
HSL301.71º72.92%81.18%-
HSV(B)301.71º28.93%94.9%-
XYZ67.154.6789.45-
YUV200.68150.19157.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=37.00%
G=26.30%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217224000.290.010.05301.7172.9281.18
HexF2ACF001D1512e4951
Octal36225436003515456111121
Binary111100101010110011110000011101110110010111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACF0; }

 p { color: rgb(242,172,240); }

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

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

 a { background-color: rgb(242,172,240); }

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

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

 span { border-color: rgb(242,172,240); }

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