#F8A9DE

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

Shades of Lavender Rose #F8A9DE

Tints of Lavender Rose #F8A9DE

Color information

#F8A9DE (or 0xF8A9DE) is unknown color: approx Lavender Rose. HEX triplet: F8, A9 and DE. RGB value is (248,169,222). Sum of RGB (Red+Green+Blue) = 248+169+222=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9DE is #075621. Grayscale: #C6C6C6. Windows color (decimal): -480802 or 14592504. OLE color: 14592504.

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

Color convert

RGB248169222-
CMYK00.320.100.03
HSL319.75º84.95%81.76%-
HSV(B)319.75º31.85%97.25%-
XYZ66.0853.6175.97-
YUV198.66141.17163.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 169 (66.41% from 255) = 26.45%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=38.81%
G=26.45%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816922200.320.100.03319.7584.9581.76
HexF8A9DE020A31405552
Octal370251336040123500125122
Binary111110001010100111011110010000010101110100000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9DE; }

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

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

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

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

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

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

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

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