Html Css Color HEX #F49BDB Lavender Rose

📋 copy color: '#F49BDB'

red 244 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #F49BDB

Tints of Lavender Rose #F49BDB

RGB

 RED value IS 244 (95.7% from 255) = 39.48%

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

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

R = 39.48%
G = 25.08%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F49BDB (or 0xF49BDB) is known color: Lavender Rose. HEX triplet: F4, 9B and DB. RGB value is (244,155,219). Sum of RGB (Red+Green+Blue) = 244+155+219=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BDB is #0B6424. Grayscale: #BCBCBC. Windows color (decimal): -746533 or 14392308. OLE color: 14392308.

HSL color Cylindrical-coordinate representation of color #F49BDB: hue angle of 316.85º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BDB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 155 219 -
CMYK 0 0.36 0.10 0.04
HSL 316.85º 0.8% 0.78% -
HSV(B) 316.85º 0.36% 0.96% -
XYZ 61.82 47.79 72.98 -
YUV 188.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 244 155 219 0 0.36 0.10 0.04 316.85 0.8 0.78
Hex F4 9B DB 0 24 A 4 13D 50 4E
Octal 364 233 333 0 44 12 4 475 120 116
Binary 11110100 10011011 11011011 0 100100 1010 100 100111101 1010000 1001110

Color Harmonies of #F49BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49BDB

Black with #F49BDB

Text Example


Text Example

White with #F49BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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