#F8ACE1

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

Shades of Lavender Rose #F8ACE1

Tints of Lavender Rose #F8ACE1

Color information

#F8ACE1 (or 0xF8ACE1) is unknown color: approx Lavender Rose. HEX triplet: F8, AC and E1. RGB value is (248,172,225). Sum of RGB (Red+Green+Blue) = 248+172+225=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACE1 is #07531E. Grayscale: #C8C8C8. Windows color (decimal): -480031 or 14789880. OLE color: 14789880.

HSL color Cylindrical-coordinate representation of color #F8ACE1: hue angle of 318.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 #F8ACE1 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248172225-
CMYK00.310.090.03
HSL318.16º84.44%82.35%-
HSV(B)318.16º30.65%97.25%-
XYZ67.0554.978.3-
YUV200.77141.68161.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=38.45%
G=26.67%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817222500.310.090.03318.1684.4482.35
HexF8ACE101F9313e5452
Octal370254341037113476124122
Binary11111000101011001110000101111110011110011111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACE1; }

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

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

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

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

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

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

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

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