#F8A9F4

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

Shades of Lavender Rose #F8A9F4

Tints of Lavender Rose #F8A9F4

Color information

#F8A9F4 (or 0xF8A9F4) is unknown color: approx Lavender Rose. HEX triplet: F8, A9 and F4. RGB value is (248,169,244). Sum of RGB (Red+Green+Blue) = 248+169+244=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 169 (66.41% from 255 or 25.57% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9F4 is #07560B. Grayscale: #C8C8C8. Windows color (decimal): -480780 or 16034296. OLE color: 16034296.

HSL color Cylindrical-coordinate representation of color #F8A9F4: hue angle of 303.04º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9F4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB248169244-
CMYK00.320.020.03
HSL303.04º84.95%81.76%-
HSV(B)303.04º31.85%97.25%-
XYZ69.2354.8692.53-
YUV201.17152.17161.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 169 (66.41% from 255) = 25.57%
BLUE value IS 244 (95.70% from 255) = 36.91%
R=37.52%
G=25.57%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816924400.320.020.03303.0484.9581.76
HexF8A9F40202312f5552
Octal37025136404023457125122
Binary1111100010101001111101000100000101110010111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9F4; }

 p { color: rgb(248,169,244); }

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

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

 a { background-color: rgb(248,169,244); }

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

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

 span { border-color: rgb(248,169,244); }

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