#F8A9DD

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

Shades of Lavender Rose #F8A9DD

Tints of Lavender Rose #F8A9DD

Color information

#F8A9DD (or 0xF8A9DD) is unknown color: approx Lavender Rose. HEX triplet: F8, A9 and DD. RGB value is (248,169,221). Sum of RGB (Red+Green+Blue) = 248+169+221=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9DD is #075622. Grayscale: #C6C6C6. Windows color (decimal): -480803 or 14526968. OLE color: 14526968.

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

Color convert

RGB248169221-
CMYK00.320.110.03
HSL320.51º84.95%81.76%-
HSV(B)320.51º31.85%97.25%-
XYZ65.9553.5575.27-
YUV198.55140.67163.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=38.87%
G=26.49%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816922100.320.110.03320.5184.9581.76
HexF8A9DD020B31415552
Octal370251335040133501125122
Binary111110001010100111011101010000010111110100000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9DD; }

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

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

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

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

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

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

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

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