Html Css Color HEX #F89AD6 Lavender Rose

📋 copy color: '#F89AD6'

red 248 ◦ green 154 ◦ blue 214

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

Shades of Lavender Rose #F89AD6

Tints of Lavender Rose #F89AD6

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 value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F89AD6 (or 0xF89AD6) is known color: 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

RGB 248 154 214 -
CMYK 0 0.38 0.14 0.03
HSL 321.7º 0.87% 0.79% -
HSV(B) 321.7º 0.38% 0.97% -
XYZ 62.4 47.92 69.58 -
YUV 188.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 248 154 214 0 0.38 0.14 0.03 321.7 0.87 0.79
Hex F8 9A D6 0 26 E 3 142 57 4F
Octal 370 232 326 0 46 16 3 502 127 117
Binary 11111000 10011010 11010110 0 100110 1110 11 101000010 1010111 1001111

Color Harmonies of #F89AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89AD6

Black with #F89AD6

Text Example


Text Example

White with #F89AD6

Text Example


Text Example

HTML Codes & Css Web 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>