#F1AFCD

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

Shades of Lavender Pink #F1AFCD

Tints of Lavender Pink #F1AFCD

Color information

#F1AFCD (or 0xF1AFCD) is unknown color: approx Lavender Pink. HEX triplet: F1, AF and CD. RGB value is (241,175,205). Sum of RGB (Red+Green+Blue) = 241+175+205=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFCD is #0E5032. Grayscale: #C6C6C6. Windows color (decimal): -938035 or 13479921. OLE color: 13479921.

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

Color convert

RGB241175205-
CMYK00.270.150.05
HSL332.73º70.21%81.57%-
HSV(B)332.73º27.39%94.51%-
XYZ62.6353.7764.84-
YUV198.15131.87158.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=38.81%
G=28.18%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117520500.270.150.05332.7370.2181.57
HexF1AFCD01BF514d4652
Octal361257315033175515106122
Binary111100011010111111001101011011111110110100110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFCD; }

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

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

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

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

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

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

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

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