Html Css Color HEX #F19EDC Lavender Rose

📋 copy color: '#F19EDC'

red 241 ◦ green 158 ◦ blue 220

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

Shades of Lavender Rose #F19EDC

Tints of Lavender Rose #F19EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 38.93%
G = 25.53%
B = 35.54%

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

#F19EDC (or 0xF19EDC) is known color: Lavender Rose. HEX triplet: F1, 9E and DC. RGB value is (241,158,220). Sum of RGB (Red+Green+Blue) = 241+158+220=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EDC is #0E6123. Grayscale: #BDBDBD. Windows color (decimal): -942372 or 14458609. OLE color: 14458609.

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

Color convert

RGB 241 158 220 -
CMYK 0 0.34 0.09 0.05
HSL 315.18º 0.75% 0.78% -
HSV(B) 315.18º 0.34% 0.95% -
XYZ 61.42 48.32 73.8 -
YUV 189.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 241 158 220 0 0.34 0.09 0.05 315.18 0.75 0.78
Hex F1 9E DC 0 22 9 5 13B 4B 4E
Octal 361 236 334 0 42 11 5 473 113 116
Binary 11110001 10011110 11011100 0 100010 1001 101 100111011 1001011 1001110

Color Harmonies of #F19EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EDC

Black with #F19EDC

Text Example


Text Example

White with #F19EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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