Html Css Color HEX #F19ADB Lavender Rose

📋 copy color: '#F19ADB'

red 241 ◦ green 154 ◦ blue 219

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

Shades of Lavender Rose #F19ADB

Tints of Lavender Rose #F19ADB

RGB

 RED value IS 241 (94.53% from 255) = 39.25%

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

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

R = 39.25%
G = 25.08%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F19ADB (or 0xF19ADB) is known color: Lavender Rose. HEX triplet: F1, 9A and DB. RGB value is (241,154,219). Sum of RGB (Red+Green+Blue) = 241+154+219=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ADB is #0E6524. Grayscale: #BBBBBB. Windows color (decimal): -943397 or 14392049. OLE color: 14392049.

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

Color convert

RGB 241 154 219 -
CMYK 0 0.36 0.09 0.05
HSL 315.17º 0.76% 0.77% -
HSV(B) 315.17º 0.36% 0.95% -
XYZ 60.62 46.93 72.88 -
YUV 187.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 241 154 219 0 0.36 0.09 0.05 315.17 0.76 0.77
Hex F1 9A DB 0 24 9 5 13B 4C 4D
Octal 361 232 333 0 44 11 5 473 114 115
Binary 11110001 10011010 11011011 0 100100 1001 101 100111011 1001100 1001101

Color Harmonies of #F19ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19ADB

Black with #F19ADB

Text Example


Text Example

White with #F19ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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