Html Css Color HEX #F09BDB Lavender Rose

📋 copy color: '#F09BDB'

red 240 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #F09BDB

Tints of Lavender Rose #F09BDB

RGB

 RED value IS 240 (94.14% from 255) = 39.09%

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

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

R = 39.09%
G = 25.24%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F09BDB (or 0xF09BDB) is known color: Lavender Rose. HEX triplet: F0, 9B and DB. RGB value is (240,155,219). Sum of RGB (Red+Green+Blue) = 240+155+219=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BDB is #0F6424. Grayscale: #BBBBBB. Windows color (decimal): -1008677 or 14392304. OLE color: 14392304.

HSL color Cylindrical-coordinate representation of color #F09BDB: hue angle of 314.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BDB is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 155 219 -
CMYK 0 0.35 0.09 0.06
HSL 314.82º 0.74% 0.77% -
HSV(B) 314.82º 0.35% 0.94% -
XYZ 60.44 47.08 72.92 -
YUV 187.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 240 155 219 0 0.35 0.09 0.06 314.82 0.74 0.77
Hex F0 9B DB 0 23 9 6 13B 4A 4D
Octal 360 233 333 0 43 11 6 473 112 115
Binary 11110000 10011011 11011011 0 100011 1001 110 100111011 1001010 1001101

Color Harmonies of #F09BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BDB

Black with #F09BDB

Text Example


Text Example

White with #F09BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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