#F19AD4

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

Shades of Lavender Rose #F19AD4

Tints of Lavender Rose #F19AD4

Color information

#F19AD4 (or 0xF19AD4) is unknown color: approx Lavender Rose. HEX triplet: F1, 9A and D4. RGB value is (241,154,212). Sum of RGB (Red+Green+Blue) = 241+154+212=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AD4 is #0E652B. Grayscale: #BABABA. Windows color (decimal): -943404 or 13933297. OLE color: 13933297.

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

Color convert

RGB241154212-
CMYK00.360.120.05
HSL320º75.65%77.45%-
HSV(B)320º36.1%94.51%-
XYZ59.7146.5768.13-
YUV186.62142.32166.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=39.70%
G=25.37%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115421200.360.120.0532075.6577.45
HexF19AD4024C51404c4d
Octal361232324044145500114115
Binary1111000110011010110101000100100110010110100000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AD4; }

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

 H1.HeaderClassName
 {
   color: #F19AD4;
 }
 .AnyTagClassName
 {
   color: #F19AD4;
 }
</style>
background-color css

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

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

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

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

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

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