#F19ADC

Color #F19ADC Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F19ADC

Tints of Lavender Rose #F19ADC

Color information

#F19ADC (or 0xF19ADC) is unknown color: approx 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

RGB241154220-
CMYK00.360.090.05
HSL314.48º75.65%77.45%-
HSV(B)314.48º36.1%94.51%-
XYZ60.7546.9873.58-
YUV187.54146.32166.13-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115422000.360.090.05314.4875.6577.45
HexF19ADC0249513a4c4d
Octal361232334044115472114115
Binary1111000110011010110111000100100100110110011101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>