#F1ACDE

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

Shades of Lavender Rose #F1ACDE

Tints of Lavender Rose #F1ACDE

Color information

#F1ACDE (or 0xF1ACDE) is unknown color: approx Lavender Rose. HEX triplet: F1, AC and DE. RGB value is (241,172,222). Sum of RGB (Red+Green+Blue) = 241+172+222=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACDE is #0E5321. Grayscale: #C6C6C6. Windows color (decimal): -938786 or 14593265. OLE color: 14593265.

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

Color convert

RGB241172222-
CMYK00.290.080.05
HSL316.52º71.13%80.98%-
HSV(B)316.52º28.63%94.51%-
XYZ64.2153.4876.05-
YUV198.33141.36158.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=37.95%
G=27.09%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117222200.290.080.05316.5271.1380.98
HexF1ACDE01D8513d4751
Octal361254336035105475107121
Binary111100011010110011011110011101100010110011110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACDE; }

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

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

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

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

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

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

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

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