Html Css Color HEX #F19EDB Lavender Rose

📋 copy color: '#F19EDB'

red 241 ◦ green 158 ◦ blue 219

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

Shades of Lavender Rose #F19EDB

Tints of Lavender Rose #F19EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.57%

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

R = 39%
G = 25.57%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F19EDB (or 0xF19EDB) is known color: Lavender Rose. HEX triplet: F1, 9E and DB. RGB value is (241,158,219). Sum of RGB (Red+Green+Blue) = 241+158+219=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EDB is #0E6124. Grayscale: #BDBDBD. Windows color (decimal): -942373 or 14393073. OLE color: 14393073.

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

Color convert

RGB 241 158 219 -
CMYK 0 0.34 0.09 0.05
HSL 315.9º 0.75% 0.78% -
HSV(B) 315.9º 0.34% 0.95% -
XYZ 61.29 48.27 73.1 -
YUV 189.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 241 158 219 0 0.34 0.09 0.05 315.9 0.75 0.78
Hex F1 9E DB 0 22 9 5 13C 4B 4E
Octal 361 236 333 0 42 11 5 474 113 116
Binary 11110001 10011110 11011011 0 100010 1001 101 100111100 1001011 1001110

Color Harmonies of #F19EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EDB

Black with #F19EDB

Text Example


Text Example

White with #F19EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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