Html Css Color HEX #F09DDB Lavender Rose

📋 copy color: '#F09DDB'

red 240 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #F09DDB

Tints of Lavender Rose #F09DDB

RGB

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

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

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

R = 38.96%
G = 25.49%
B = 35.55%

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

#F09DDB (or 0xF09DDB) is known color: Lavender Rose. HEX triplet: F0, 9D and DB. RGB value is (240,157,219). Sum of RGB (Red+Green+Blue) = 240+157+219=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DDB is #0F6224. Grayscale: #BCBCBC. Windows color (decimal): -1008165 or 14392816. OLE color: 14392816.

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

Color convert

RGB 240 157 219 -
CMYK 0 0.35 0.09 0.06
HSL 315.18º 0.73% 0.78% -
HSV(B) 315.18º 0.35% 0.94% -
XYZ 60.78 47.75 73.03 -
YUV 188.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 240 157 219 0 0.35 0.09 0.06 315.18 0.73 0.78
Hex F0 9D DB 0 23 9 6 13B 49 4E
Octal 360 235 333 0 43 11 6 473 111 116
Binary 11110000 10011101 11011011 0 100011 1001 110 100111011 1001001 1001110

Color Harmonies of #F09DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DDB

Black with #F09DDB

Text Example


Text Example

White with #F09DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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