#F8ACDD

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

Shades of Lavender Rose #F8ACDD

Tints of Lavender Rose #F8ACDD

Color information

#F8ACDD (or 0xF8ACDD) is unknown color: approx Lavender Rose. HEX triplet: F8, AC and DD. RGB value is (248,172,221). Sum of RGB (Red+Green+Blue) = 248+172+221=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACDD is #075322. Grayscale: #C8C8C8. Windows color (decimal): -480035 or 14527736. OLE color: 14527736.

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

Color convert

RGB248172221-
CMYK00.310.110.03
HSL321.32º84.44%82.35%-
HSV(B)321.32º30.65%97.25%-
XYZ66.5254.6875.46-
YUV200.31139.68162.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=38.69%
G=26.83%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817222100.310.110.03321.3284.4482.35
HexF8ACDD01FB31415452
Octal370254335037133501124122
Binary11111000101011001101110101111110111110100000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACDD; }

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

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

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

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

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

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

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

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