Html Css Color HEX #F89AD1 Lavender Pink

📋 copy color: '#F89AD1'

red 248 ◦ green 154 ◦ blue 209

#F89AD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F89AD1

Tints of Lavender Pink #F89AD1

RGB

 RED value IS 248 (97.27% from 255) = 40.59%

 GREEN value IS 154 (60.55% from 255) = 25.2%

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 40.59%
G = 25.2%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F89AD1 (or 0xF89AD1) is known color: Lavender Pink. HEX triplet: F8, 9A and D1. RGB value is (248,154,209). Sum of RGB (Red+Green+Blue) = 248+154+209=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AD1 is #07652E. Grayscale: #BCBCBC. Windows color (decimal): -484655 or 13736696. OLE color: 13736696.

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

Color convert

RGB 248 154 209 -
CMYK 0 0.38 0.16 0.03
HSL 324.89º 0.87% 0.79% -
HSV(B) 324.89º 0.38% 0.97% -
XYZ 61.78 47.67 66.27 -
YUV 188.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 248 154 209 0 0.38 0.16 0.03 324.89 0.87 0.79
Hex F8 9A D1 0 26 10 3 145 57 4F
Octal 370 232 321 0 46 20 3 505 127 117
Binary 11111000 10011010 11010001 0 100110 10000 11 101000101 1010111 1001111

Color Harmonies of #F89AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89AD1

Black with #F89AD1

Text Example


Text Example

White with #F89AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89AD1; }

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

 H1.HeaderClassName
 {
   color: #F89AD1;
 }
 .AnyTagClassName
 {
   color: #F89AD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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