#F8ACDE

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

Shades of Lavender Rose #F8ACDE

Tints of Lavender Rose #F8ACDE

Color information

#F8ACDE (or 0xF8ACDE) is unknown color: approx Lavender Rose. HEX triplet: F8, AC and DE. RGB value is (248,172,222). Sum of RGB (Red+Green+Blue) = 248+172+222=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACDE is #075321. Grayscale: #C8C8C8. Windows color (decimal): -480034 or 14593272. OLE color: 14593272.

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

Color convert

RGB248172222-
CMYK00.310.100.03
HSL320.53º84.44%82.35%-
HSV(B)320.53º30.65%97.25%-
XYZ66.6554.7476.16-
YUV200.42140.18161.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=38.63%
G=26.79%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817222200.310.100.03320.5384.4482.35
HexF8ACDE01FA31415452
Octal370254336037123501124122
Binary11111000101011001101111001111110101110100000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACDE; }

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

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

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

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

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

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

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

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