#F89AD4

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

Shades of Lavender Rose #F89AD4

Tints of Lavender Rose #F89AD4

Color information

#F89AD4 (or 0xF89AD4) is unknown color: approx Lavender Rose. HEX triplet: F8, 9A and D4. RGB value is (248,154,212). Sum of RGB (Red+Green+Blue) = 248+154+212=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AD4 is #07652B. Grayscale: #BCBCBC. Windows color (decimal): -484652 or 13933304. OLE color: 13933304.

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

Color convert

RGB248154212-
CMYK00.380.150.03
HSL322.98º87.04%78.82%-
HSV(B)322.98º37.9%97.25%-
XYZ62.1547.8268.24-
YUV188.72141.14170.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=40.39%
G=25.08%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815421200.380.150.03322.9887.0478.82
HexF89AD4026F3143574f
Octal370232324046173503127117
Binary111110001001101011010100010011011111110100001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89AD4; }

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

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

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

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

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

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

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

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