#F89AD6

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

Shades of Lavender Rose #F89AD6

Tints of Lavender Rose #F89AD6

Color information

#F89AD6 (or 0xF89AD6) is unknown color: approx Lavender Rose. HEX triplet: F8, 9A and D6. RGB value is (248,154,214). Sum of RGB (Red+Green+Blue) = 248+154+214=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AD6 is #076529. Grayscale: #BCBCBC. Windows color (decimal): -484650 or 14064376. OLE color: 14064376.

HSL color Cylindrical-coordinate representation of color #F89AD6: hue angle of 321.7º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89AD6 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248154214-
CMYK00.380.140.03
HSL321.7º87.04%78.82%-
HSV(B)321.7º37.9%97.25%-
XYZ62.447.9269.58-
YUV188.95142.14170.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 214 (83.98% from 255) = 34.74%
R=40.26%
G=25%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815421400.380.140.03321.787.0478.82
HexF89AD6026E3142574f
Octal370232326046163502127117
Binary111110001001101011010110010011011101110100001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89AD6; }

 p { color: rgb(248,154,214); }

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

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

 a { background-color: rgb(248,154,214); }

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

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

 span { border-color: rgb(248,154,214); }

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