Html Css Color HEX #F19FDE Lavender Rose

📋 copy color: '#F19FDE'

red 241 ◦ green 159 ◦ blue 222

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

Shades of Lavender Rose #F19FDE

Tints of Lavender Rose #F19FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.56%

 BLUE value IS 222 (87.11% from 255) = 35.69%

R = 38.75%
G = 25.56%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F19FDE (or 0xF19FDE) is known color: Lavender Rose. HEX triplet: F1, 9F and DE. RGB value is (241,159,222). Sum of RGB (Red+Green+Blue) = 241+159+222=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FDE is #0E6021. Grayscale: #BEBEBE. Windows color (decimal): -942114 or 14589937. OLE color: 14589937.

HSL color Cylindrical-coordinate representation of color #F19FDE: hue angle of 313.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 #F19FDE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 159 222 -
CMYK 0 0.34 0.08 0.05
HSL 313.9º 0.75% 0.78% -
HSV(B) 313.9º 0.34% 0.95% -
XYZ 61.86 48.77 75.26 -
YUV 190.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 241 159 222 0 0.34 0.08 0.05 313.9 0.75 0.78
Hex F1 9F DE 0 22 8 5 13A 4B 4E
Octal 361 237 336 0 42 10 5 472 113 116
Binary 11110001 10011111 11011110 0 100010 1000 101 100111010 1001011 1001110

Color Harmonies of #F19FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19FDE

Black with #F19FDE

Text Example


Text Example

White with #F19FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19FDE; }

 p { color: rgb(241,159,222); }

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

background-color css

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

 a { background-color: rgb(241,159,222); }

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

border-color css

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

 span { border-color: rgb(241,159,222); }

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