#F19DDF

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

Shades of Lavender Rose #F19DDF

Tints of Lavender Rose #F19DDF

Color information

#F19DDF (or 0xF19DDF) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and DF. RGB value is (241,157,223). Sum of RGB (Red+Green+Blue) = 241+157+223=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DDF is #0E6220. Grayscale: #BDBDBD. Windows color (decimal): -942625 or 14654961. OLE color: 14654961.

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

Color convert

RGB241157223-
CMYK00.350.070.05
HSL312.86º75%78.04%-
HSV(B)312.86º34.85%94.51%-
XYZ61.6548.1475.86-
YUV189.64146.83164.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=38.81%
G=25.28%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115722300.350.070.05312.867578.04
HexF19DDF023751394b4e
Octal36123533704375471113116
Binary111100011001110111011111010001111110110011100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DDF; }

 p { color: rgb(241,157,223); }

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

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

 a { background-color: rgb(241,157,223); }

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

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

 span { border-color: rgb(241,157,223); }

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