Html Css Color HEX #F19ADC Lavender Rose

📋 copy color: '#F19ADC'

red 241 ◦ green 154 ◦ blue 220

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

Shades of Lavender Rose #F19ADC

Tints of Lavender Rose #F19ADC

RGB

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

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

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

R = 39.19%
G = 25.04%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F19ADC (or 0xF19ADC) is known color: Lavender Rose. HEX triplet: F1, 9A and DC. RGB value is (241,154,220). Sum of RGB (Red+Green+Blue) = 241+154+220=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ADC is #0E6523. Grayscale: #BBBBBB. Windows color (decimal): -943396 or 14457585. OLE color: 14457585.

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

Color convert

RGB 241 154 220 -
CMYK 0 0.36 0.09 0.05
HSL 314.48º 0.76% 0.77% -
HSV(B) 314.48º 0.36% 0.95% -
XYZ 60.75 46.98 73.58 -
YUV 187.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 241 154 220 0 0.36 0.09 0.05 314.48 0.76 0.77
Hex F1 9A DC 0 24 9 5 13A 4C 4D
Octal 361 232 334 0 44 11 5 472 114 115
Binary 11110001 10011010 11011100 0 100100 1001 101 100111010 1001100 1001101

Color Harmonies of #F19ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19ADC

Black with #F19ADC

Text Example


Text Example

White with #F19ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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