Html Css Color HEX #F19EEC Lavender Rose

📋 copy color: '#F19EEC'

red 241 ◦ green 158 ◦ blue 236

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

Shades of Lavender Rose #F19EEC

Tints of Lavender Rose #F19EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.17%

R = 37.95%
G = 24.88%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F19EEC (or 0xF19EEC) is known color: Lavender Rose. HEX triplet: F1, 9E and EC. RGB value is (241,158,236). Sum of RGB (Red+Green+Blue) = 241+158+236=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EEC is #0E6113. Grayscale: #BFBFBF. Windows color (decimal): -942356 or 15507185. OLE color: 15507185.

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

Color convert

RGB 241 158 236 -
CMYK 0 0.34 0.02 0.05
HSL 303.61º 0.75% 0.78% -
HSV(B) 303.61º 0.34% 0.95% -
XYZ 63.64 49.21 85.5 -
YUV 191.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 241 158 236 0 0.34 0.02 0.05 303.61 0.75 0.78
Hex F1 9E EC 0 22 2 5 130 4B 4E
Octal 361 236 354 0 42 2 5 460 113 116
Binary 11110001 10011110 11101100 0 100010 10 101 100110000 1001011 1001110

Color Harmonies of #F19EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EEC

Black with #F19EEC

Text Example


Text Example

White with #F19EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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