#F9ACDD

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

Shades of Lavender Rose #F9ACDD

Tints of Lavender Rose #F9ACDD

Color information

#F9ACDD (or 0xF9ACDD) is unknown color: approx Lavender Rose. HEX triplet: F9, AC and DD. RGB value is (249,172,221). Sum of RGB (Red+Green+Blue) = 249+172+221=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACDD is #065322. Grayscale: #C8C8C8. Windows color (decimal): -414499 or 14527737. OLE color: 14527737.

HSL color Cylindrical-coordinate representation of color #F9ACDD: hue angle of 321.82º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACDD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249172221-
CMYK00.310.110.02
HSL321.82º86.52%82.55%-
HSV(B)321.82º30.92%97.65%-
XYZ66.8754.8775.47-
YUV200.61139.51162.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=38.79%
G=26.79%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917222100.310.110.02321.8286.5282.55
HexF9ACDD01FB21425753
Octal371254335037132502127123
Binary11111001101011001101110101111110111010100001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACDD; }

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

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

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

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

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

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

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

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