#F19CDA

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

Shades of Lavender Rose #F19CDA

Tints of Lavender Rose #F19CDA

Color information

#F19CDA (or 0xF19CDA) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and DA. RGB value is (241,156,218). Sum of RGB (Red+Green+Blue) = 241+156+218=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDA is #0E6325. Grayscale: #BCBCBC. Windows color (decimal): -942886 or 14327025. OLE color: 14327025.

HSL color Cylindrical-coordinate representation of color #F19CDA: hue angle of 316.24º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CDA is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241156218-
CMYK00.350.100.05
HSL316.24º75.22%77.84%-
HSV(B)316.24º35.27%94.51%-
XYZ60.8247.5472.3-
YUV188.48144.66165.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 156 (61.33% from 255) = 25.37%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=39.19%
G=25.37%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115621800.350.100.05316.2475.2277.84
HexF19CDA023A513c4b4e
Octal361234332043125474113116
Binary1111000110011100110110100100011101010110011110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CDA; }

 p { color: rgb(241,156,218); }

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

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

 a { background-color: rgb(241,156,218); }

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

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

 span { border-color: rgb(241,156,218); }

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