#F1AFDD

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

Shades of Lavender Rose #F1AFDD

Tints of Lavender Rose #F1AFDD

Color information

#F1AFDD (or 0xF1AFDD) is unknown color: approx Lavender Rose. HEX triplet: F1, AF and DD. RGB value is (241,175,221). Sum of RGB (Red+Green+Blue) = 241+175+221=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFDD is #0E5022. Grayscale: #C7C7C7. Windows color (decimal): -938019 or 14528497. OLE color: 14528497.

HSL color Cylindrical-coordinate representation of color #F1AFDD: hue angle of 318.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFDD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241175221-
CMYK00.270.080.05
HSL318.18º70.21%81.57%-
HSV(B)318.18º27.39%94.51%-
XYZ64.6654.5875.53-
YUV199.98139.87157.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=37.83%
G=27.47%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117522100.270.080.05318.1870.2181.57
HexF1AFDD01B8513e4652
Octal361257335033105476106122
Binary111100011010111111011101011011100010110011111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFDD; }

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

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

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

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

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

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

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

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