#F1ADD8

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

Shades of Lavender Pink #F1ADD8

Tints of Lavender Pink #F1ADD8

Color information

#F1ADD8 (or 0xF1ADD8) is unknown color: approx Lavender Pink. HEX triplet: F1, AD and D8. RGB value is (241,173,216). Sum of RGB (Red+Green+Blue) = 241+173+216=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADD8 is #0E5227. Grayscale: #C6C6C6. Windows color (decimal): -938536 or 14200305. OLE color: 14200305.

HSL color Cylindrical-coordinate representation of color #F1ADD8: hue angle of 322.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADD8 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241173216-
CMYK00.280.100.05
HSL322.06º70.83%81.18%-
HSV(B)322.06º28.22%94.51%-
XYZ63.6153.5571.95-
YUV198.23138.03158.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=38.25%
G=27.46%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117321600.280.100.05322.0670.8381.18
HexF1ADD801CA51424751
Octal361255330034125502107121
Binary111100011010110111011000011100101010110100001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADD8; }

 p { color: rgb(241,173,216); }

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

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

 a { background-color: rgb(241,173,216); }

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

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

 span { border-color: rgb(241,173,216); }

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