Html Css Color HEX #F19DE0 Lavender Rose

📋 copy color: '#F19DE0'

red 241 ◦ green 157 ◦ blue 224

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

Shades of Lavender Rose #F19DE0

Tints of Lavender Rose #F19DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 38.75%
G = 25.24%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F19DE0 (or 0xF19DE0) is known color: Lavender Rose. HEX triplet: F1, 9D and E0. RGB value is (241,157,224). Sum of RGB (Red+Green+Blue) = 241+157+224=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DE0 is #0E621F. Grayscale: #BDBDBD. Windows color (decimal): -942624 or 14720497. OLE color: 14720497.

HSL color Cylindrical-coordinate representation of color #F19DE0: hue angle of 312.14º 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 #F19DE0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 157 224 -
CMYK 0 0.35 0.07 0.05
HSL 312.14º 0.75% 0.78% -
HSV(B) 312.14º 0.35% 0.95% -
XYZ 61.79 48.2 76.57 -
YUV 189.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 241 157 224 0 0.35 0.07 0.05 312.14 0.75 0.78
Hex F1 9D E0 0 23 7 5 138 4B 4E
Octal 361 235 340 0 43 7 5 470 113 116
Binary 11110001 10011101 11100000 0 100011 111 101 100111000 1001011 1001110

Color Harmonies of #F19DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19DE0

Black with #F19DE0

Text Example


Text Example

White with #F19DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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