#F8ACCE

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

Shades of Lavender Pink #F8ACCE

Tints of Lavender Pink #F8ACCE

Color information

#F8ACCE (or 0xF8ACCE) is unknown color: approx Lavender Pink. HEX triplet: F8, AC and CE. RGB value is (248,172,206). Sum of RGB (Red+Green+Blue) = 248+172+206=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACCE is #075331. Grayscale: #C6C6C6. Windows color (decimal): -480050 or 13544696. OLE color: 13544696.

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

Color convert

RGB248172206-
CMYK00.310.170.03
HSL333.16º84.44%82.35%-
HSV(B)333.16º30.65%97.25%-
XYZ64.653.9265.39-
YUV198.6132.18163.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=39.62%
G=27.48%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817220600.310.170.03333.1684.4482.35
HexF8ACCE01F11314d5452
Octal370254316037213515124122
Binary111110001010110011001110011111100011110100110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACCE; }

 p { color: rgb(248,172,206); }

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

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

 a { background-color: rgb(248,172,206); }

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

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

 span { border-color: rgb(248,172,206); }

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