#F1ACDD

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

Shades of Lavender Rose #F1ACDD

Tints of Lavender Rose #F1ACDD

Color information

#F1ACDD (or 0xF1ACDD) is unknown color: approx Lavender Rose. HEX triplet: F1, AC and DD. RGB value is (241,172,221). Sum of RGB (Red+Green+Blue) = 241+172+221=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACDD is #0E5322. Grayscale: #C6C6C6. Windows color (decimal): -938787 or 14527729. OLE color: 14527729.

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

Color convert

RGB241172221-
CMYK00.290.080.05
HSL317.39º71.13%80.98%-
HSV(B)317.39º28.63%94.51%-
XYZ64.0853.4375.34-
YUV198.22140.86158.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=38.01%
G=27.13%
B=34.86%

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
Decimal24117222100.290.080.05317.3971.1380.98
HexF1ACDD01D8513d4751
Octal361254335035105475107121
Binary111100011010110011011101011101100010110011110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACDD; }

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

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

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

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

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

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

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

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