#F1AFDF

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

Shades of Lavender Rose #F1AFDF

Tints of Lavender Rose #F1AFDF

Color information

#F1AFDF (or 0xF1AFDF) is unknown color: approx Lavender Rose. HEX triplet: F1, AF and DF. RGB value is (241,175,223). Sum of RGB (Red+Green+Blue) = 241+175+223=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFDF is #0E5020. Grayscale: #C8C8C8. Windows color (decimal): -938017 or 14659569. OLE color: 14659569.

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

Color convert

RGB241175223-
CMYK00.270.070.05
HSL316.36º70.21%81.57%-
HSV(B)316.36º27.39%94.51%-
XYZ64.9254.6976.95-
YUV200.21140.87157.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=37.72%
G=27.39%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117522300.270.070.05316.3670.2181.57
HexF1AFDF01B7513c4652
Octal36125733703375474106122
Binary11110001101011111101111101101111110110011110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFDF; }

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

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

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

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

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

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

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

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