#F8A1CF

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

Shades of Lavender Pink #F8A1CF

Tints of Lavender Pink #F8A1CF

Color information

#F8A1CF (or 0xF8A1CF) is unknown color: approx Lavender Pink. HEX triplet: F8, A1 and CF. RGB value is (248,161,207). Sum of RGB (Red+Green+Blue) = 248+161+207=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1CF is #075E30. Grayscale: #C0C0C0. Windows color (decimal): -482865 or 13607416. OLE color: 13607416.

HSL color Cylindrical-coordinate representation of color #F8A1CF: hue angle of 328.28º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A1CF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248161207-
CMYK00.350.170.03
HSL328.28º86.14%80.2%-
HSV(B)328.28º35.08%97.25%-
XYZ62.7249.9565.37-
YUV192.26136.32167.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 161 (63.28% from 255) = 26.14%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=40.26%
G=26.14%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816120700.350.170.03328.2886.1480.2
HexF8A1CF0231131485650
Octal370241317043213510126120
Binary1111100010100001110011110100011100011110100100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1CF; }

 p { color: rgb(248,161,207); }

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

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

 a { background-color: rgb(248,161,207); }

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

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

 span { border-color: rgb(248,161,207); }

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