Html Css Color HEX #F19ED3 Lavender Rose

📋 copy color: '#F19ED3'

red 241 ◦ green 158 ◦ blue 211

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

Shades of Lavender Rose #F19ED3

Tints of Lavender Rose #F19ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.59%

R = 39.51%
G = 25.9%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F19ED3 (or 0xF19ED3) is known color: Lavender Rose. HEX triplet: F1, 9E and D3. RGB value is (241,158,211). Sum of RGB (Red+Green+Blue) = 241+158+211=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ED3 is #0E612C. Grayscale: #BCBCBC. Windows color (decimal): -942381 or 13868785. OLE color: 13868785.

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

Color convert

RGB 241 158 211 -
CMYK 0 0.34 0.12 0.05
HSL 321.69º 0.75% 0.78% -
HSV(B) 321.69º 0.34% 0.95% -
XYZ 60.26 47.86 67.69 -
YUV 188.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 241 158 211 0 0.34 0.12 0.05 321.69 0.75 0.78
Hex F1 9E D3 0 22 C 5 142 4B 4E
Octal 361 236 323 0 42 14 5 502 113 116
Binary 11110001 10011110 11010011 0 100010 1100 101 101000010 1001011 1001110

Color Harmonies of #F19ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19ED3

Black with #F19ED3

Text Example


Text Example

White with #F19ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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