Html Css Color HEX #F19DDB Lavender Rose

📋 copy color: '#F19DDB'

red 241 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #F19DDB

Tints of Lavender Rose #F19DDB

RGB

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

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

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

R = 39.06%
G = 25.45%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F19DDB (or 0xF19DDB) is known color: Lavender Rose. HEX triplet: F1, 9D and DB. RGB value is (241,157,219). Sum of RGB (Red+Green+Blue) = 241+157+219=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DDB is #0E6224. Grayscale: #BDBDBD. Windows color (decimal): -942629 or 14392817. OLE color: 14392817.

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

Color convert

RGB 241 157 219 -
CMYK 0 0.35 0.09 0.05
HSL 315.71º 0.75% 0.78% -
HSV(B) 315.71º 0.35% 0.95% -
XYZ 61.12 47.93 73.05 -
YUV 189.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 241 157 219 0 0.35 0.09 0.05 315.71 0.75 0.78
Hex F1 9D DB 0 23 9 5 13C 4B 4E
Octal 361 235 333 0 43 11 5 474 113 116
Binary 11110001 10011101 11011011 0 100011 1001 101 100111100 1001011 1001110

Color Harmonies of #F19DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19DDB

Black with #F19DDB

Text Example


Text Example

White with #F19DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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