#F5A9DD

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

Shades of Lavender Rose #F5A9DD

Tints of Lavender Rose #F5A9DD

Color information

#F5A9DD (or 0xF5A9DD) is unknown color: approx Lavender Rose. HEX triplet: F5, A9 and DD. RGB value is (245,169,221). Sum of RGB (Red+Green+Blue) = 245+169+221=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A9DD is #0A5622. Grayscale: #C5C5C5. Windows color (decimal): -677411 or 14526965. OLE color: 14526965.

HSL color Cylindrical-coordinate representation of color #F5A9DD: hue angle of 318.95º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A9DD is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245169221-
CMYK00.310.100.04
HSL318.95º79.17%81.18%-
HSV(B)318.95º31.02%96.08%-
XYZ64.953.0175.22-
YUV197.65141.18161.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 169 (66.41% from 255) = 26.61%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=38.58%
G=26.61%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516922100.310.100.04318.9579.1781.18
HexF5A9DD01FA413f4f51
Octal365251335037124477117121
Binary111101011010100111011101011111101010010011111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A9DD; }

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

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

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

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

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

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

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

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