#F8A5DD

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

Shades of Lavender Rose #F8A5DD

Tints of Lavender Rose #F8A5DD

Color information

#F8A5DD (or 0xF8A5DD) is unknown color: approx Lavender Rose. HEX triplet: F8, A5 and DD. RGB value is (248,165,221). Sum of RGB (Red+Green+Blue) = 248+165+221=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A5DD is #075A22. Grayscale: #C4C4C4. Windows color (decimal): -481827 or 14525944. OLE color: 14525944.

HSL color Cylindrical-coordinate representation of color #F8A5DD: hue angle of 319.52º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A5DD is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248165221-
CMYK00.330.110.03
HSL319.52º85.57%80.98%-
HSV(B)319.52º33.47%97.25%-
XYZ65.2252.0975.02-
YUV196.2142164.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.12%
GREEN value IS 165 (64.84% from 255) = 26.03%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=39.12%
G=26.03%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816522100.330.110.03319.5285.5780.98
HexF8A5DD021B31405651
Octal370245335041133500126121
Binary111110001010010111011101010000110111110100000010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A5DD; }

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

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

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

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

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

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

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

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