#F1AFD3

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

Shades of Lavender Pink #F1AFD3

Tints of Lavender Pink #F1AFD3

Color information

#F1AFD3 (or 0xF1AFD3) is unknown color: approx Lavender Pink. HEX triplet: F1, AF and D3. RGB value is (241,175,211). Sum of RGB (Red+Green+Blue) = 241+175+211=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFD3 is #0E502C. Grayscale: #C6C6C6. Windows color (decimal): -938029 or 13873137. OLE color: 13873137.

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

Color convert

RGB241175211-
CMYK00.270.120.05
HSL327.27º70.21%81.57%-
HSV(B)327.27º27.39%94.51%-
XYZ63.3654.0668.72-
YUV198.84134.87158.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=38.44%
G=27.91%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117521100.270.120.05327.2770.2181.57
HexF1AFD301BC51474652
Octal361257323033145507106122
Binary111100011010111111010011011011110010110100011110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFD3; }

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

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

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

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

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

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

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

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