Html Css Color HEX #F19ADE Lavender Rose

📋 copy color: '#F19ADE'

red 241 ◦ green 154 ◦ blue 222

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

Shades of Lavender Rose #F19ADE

Tints of Lavender Rose #F19ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.96%

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

R = 39.06%
G = 24.96%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F19ADE (or 0xF19ADE) is known color: Lavender Rose. HEX triplet: F1, 9A and DE. RGB value is (241,154,222). Sum of RGB (Red+Green+Blue) = 241+154+222=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ADE is #0E6521. Grayscale: #BBBBBB. Windows color (decimal): -943394 or 14588657. OLE color: 14588657.

HSL color Cylindrical-coordinate representation of color #F19ADE: hue angle of 313.1º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19ADE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 222 -
CMYK 0 0.36 0.08 0.05
HSL 313.1º 0.76% 0.77% -
HSV(B) 313.1º 0.36% 0.95% -
XYZ 61.02 47.09 74.98 -
YUV 187.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 241 154 222 0 0.36 0.08 0.05 313.1 0.76 0.77
Hex F1 9A DE 0 24 8 5 139 4C 4D
Octal 361 232 336 0 44 10 5 471 114 115
Binary 11110001 10011010 11011110 0 100100 1000 101 100111001 1001100 1001101

Color Harmonies of #F19ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19ADE

Black with #F19ADE

Text Example


Text Example

White with #F19ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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