#F3ACF1

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

Shades of Lavender Rose #F3ACF1

Tints of Lavender Rose #F3ACF1

Color information

#F3ACF1 (or 0xF3ACF1) is unknown color: approx Lavender Rose. HEX triplet: F3, AC and F1. RGB value is (243,172,241). Sum of RGB (Red+Green+Blue) = 243+172+241=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACF1 is #0C530E. Grayscale: #C8C8C8. Windows color (decimal): -807695 or 15838451. OLE color: 15838451.

HSL color Cylindrical-coordinate representation of color #F3ACF1: hue angle of 301.69º degrees, saturation: 0.75, 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 #F3ACF1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243172241-
CMYK00.290.010.05
HSL301.69º74.74%81.37%-
HSV(B)301.69º29.22%95.29%-
XYZ67.5954.9190.26-
YUV201.09150.52157.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=37.04%
G=26.22%
B=36.74%

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
Decimal24317224100.290.010.05301.6974.7481.37
HexF3ACF101D1512e4b51
Octal36325436103515456113121
Binary111100111010110011110001011101110110010111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACF1; }

 p { color: rgb(243,172,241); }

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

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

 a { background-color: rgb(243,172,241); }

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

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

 span { border-color: rgb(243,172,241); }

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