#F1ACF1

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

Shades of Lavender Rose #F1ACF1

Tints of Lavender Rose #F1ACF1

Color information

#F1ACF1 (or 0xF1ACF1) is unknown color: approx Lavender Rose. HEX triplet: F1, AC and F1. RGB value is (241,172,241). Sum of RGB (Red+Green+Blue) = 241+172+241=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF1 is #0E530E. Grayscale: #C8C8C8. Windows color (decimal): -938767 or 15838449. OLE color: 15838449.

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

Color convert

RGB241172241-
CMYK00.2900.05
HSL300º71.13%80.98%-
HSV(B)300º28.63%94.51%-
XYZ66.9154.5690.22-
YUV200.5150.86156.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=36.85%
G=26.30%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117224100.2900.0530071.1380.98
HexF1ACF101D0512c4751
Octal36125436103505454107121
Binary111100011010110011110001011101010110010110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACF1; }

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

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

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

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

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

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

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

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