#F9ACFA

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

Shades of Lavender Rose #F9ACFA

Tints of Lavender Rose #F9ACFA

Color information

#F9ACFA (or 0xF9ACFA) is unknown color: approx Lavender Rose. HEX triplet: F9, AC and FA. RGB value is (249,172,250). Sum of RGB (Red+Green+Blue) = 249+172+250=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ACFA is #065305. Grayscale: #CBCBCB. Windows color (decimal): -414470 or 16428281. OLE color: 16428281.

HSL color Cylindrical-coordinate representation of color #F9ACFA: hue angle of 299.23º degrees, saturation: 0.89, 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 #F9ACFA is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249172250-
CMYK0.000.3100.02
HSL299.23º88.64%82.75%-
HSV(B)299.23º31.2%98.04%-
XYZ71.0756.5597.61-
YUV203.92154.01160.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=37.11%
G=25.63%
B=37.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491722500.000.3100.02299.2388.6482.75
HexF9ACFA01F0212b5953
Octal37125437203702453131123
Binary11111001101011001111101001111101010010101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACFA; }

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

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

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

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

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

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

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

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