Html Css Color HEX #F89DDB Lavender Rose

📋 copy color: '#F89DDB'

red 248 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #F89DDB

Tints of Lavender Rose #F89DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.16%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 39.74%
G = 25.16%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F89DDB (or 0xF89DDB) is known color: Lavender Rose. HEX triplet: F8, 9D and DB. RGB value is (248,157,219). Sum of RGB (Red+Green+Blue) = 248+157+219=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DDB is #076224. Grayscale: #BFBFBF. Windows color (decimal): -483877 or 14392824. OLE color: 14392824.

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

Color convert

RGB 248 157 219 -
CMYK 0 0.37 0.12 0.03
HSL 319.12º 0.87% 0.79% -
HSV(B) 319.12º 0.37% 0.97% -
XYZ 63.55 49.18 73.16 -
YUV 191.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 248 157 219 0 0.37 0.12 0.03 319.12 0.87 0.79
Hex F8 9D DB 0 25 C 3 13F 57 4F
Octal 370 235 333 0 45 14 3 477 127 117
Binary 11111000 10011101 11011011 0 100101 1100 11 100111111 1010111 1001111

Color Harmonies of #F89DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DDB

Black with #F89DDB

Text Example


Text Example

White with #F89DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DDB; }

 p { color: rgb(248,157,219); }

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

background-color css

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

 a { background-color: rgb(248,157,219); }

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

border-color css

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

 span { border-color: rgb(248,157,219); }

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