Html Css Color HEX #F09ADB Lavender Rose

📋 copy color: '#F09ADB'

red 240 ◦ green 154 ◦ blue 219

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

Shades of Lavender Rose #F09ADB

Tints of Lavender Rose #F09ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.12%

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

R = 39.15%
G = 25.12%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F09ADB (or 0xF09ADB) is known color: Lavender Rose. HEX triplet: F0, 9A and DB. RGB value is (240,154,219). Sum of RGB (Red+Green+Blue) = 240+154+219=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ADB is #0F6524. Grayscale: #BABABA. Windows color (decimal): -1008933 or 14392048. OLE color: 14392048.

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

Color convert

RGB 240 154 219 -
CMYK 0 0.36 0.09 0.06
HSL 314.65º 0.74% 0.77% -
HSV(B) 314.65º 0.36% 0.94% -
XYZ 60.28 46.75 72.86 -
YUV 187.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 240 154 219 0 0.36 0.09 0.06 314.65 0.74 0.77
Hex F0 9A DB 0 24 9 6 13B 4A 4D
Octal 360 232 333 0 44 11 6 473 112 115
Binary 11110000 10011010 11011011 0 100100 1001 110 100111011 1001010 1001101

Color Harmonies of #F09ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09ADB

Black with #F09ADB

Text Example


Text Example

White with #F09ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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