#F19CDE

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

Shades of Lavender Rose #F19CDE

Tints of Lavender Rose #F19CDE

Color information

#F19CDE (or 0xF19CDE) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and DE. RGB value is (241,156,222). Sum of RGB (Red+Green+Blue) = 241+156+222=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDE is #0E6321. Grayscale: #BCBCBC. Windows color (decimal): -942882 or 14589169. OLE color: 14589169.

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

Color convert

RGB241156222-
CMYK00.350.080.05
HSL313.41º75.22%77.84%-
HSV(B)313.41º35.27%94.51%-
XYZ61.3547.7575.09-
YUV188.94146.66165.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 156 (61.33% from 255) = 25.20%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=38.93%
G=25.20%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115622200.350.080.05313.4175.2277.84
HexF19CDE023851394b4e
Octal361234336043105471113116
Binary1111000110011100110111100100011100010110011100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CDE; }

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

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

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

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

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

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

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

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