Html Css Color HEX #F89BDB Lavender Rose

📋 copy color: '#F89BDB'

red 248 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #F89BDB

Tints of Lavender Rose #F89BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.92%

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

R = 39.87%
G = 24.92%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F89BDB (or 0xF89BDB) is known color: Lavender Rose. HEX triplet: F8, 9B and DB. RGB value is (248,155,219). Sum of RGB (Red+Green+Blue) = 248+155+219=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BDB is #076424. Grayscale: #BDBDBD. Windows color (decimal): -484389 or 14392312. OLE color: 14392312.

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

Color convert

RGB 248 155 219 -
CMYK 0 0.38 0.12 0.03
HSL 318.71º 0.87% 0.79% -
HSV(B) 318.71º 0.38% 0.97% -
XYZ 63.22 48.51 73.05 -
YUV 190.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 248 155 219 0 0.38 0.12 0.03 318.71 0.87 0.79
Hex F8 9B DB 0 26 C 3 13F 57 4F
Octal 370 233 333 0 46 14 3 477 127 117
Binary 11111000 10011011 11011011 0 100110 1100 11 100111111 1010111 1001111

Color Harmonies of #F89BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89BDB

Black with #F89BDB

Text Example


Text Example

White with #F89BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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