#F1ACE5

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

Shades of Lavender Rose #F1ACE5

Tints of Lavender Rose #F1ACE5

Color information

#F1ACE5 (or 0xF1ACE5) is unknown color: approx Lavender Rose. HEX triplet: F1, AC and E5. RGB value is (241,172,229). Sum of RGB (Red+Green+Blue) = 241+172+229=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACE5 is #0E531A. Grayscale: #C6C6C6. Windows color (decimal): -938779 or 15052017. OLE color: 15052017.

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

Color convert

RGB241172229-
CMYK00.290.050.05
HSL310.43º71.13%80.98%-
HSV(B)310.43º28.63%94.51%-
XYZ65.1753.8681.09-
YUV199.13144.86157.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 229 (89.84% from 255) = 35.67%
R=37.54%
G=26.79%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117222900.290.050.05310.4371.1380.98
HexF1ACE501D551364751
Octal36125434503555466107121
Binary11110001101011001110010101110110110110011011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACE5; }

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

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

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

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

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

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

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

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