#F19DDC

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

Shades of Lavender Rose #F19DDC

Tints of Lavender Rose #F19DDC

Color information

#F19DDC (or 0xF19DDC) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and DC. RGB value is (241,157,220). Sum of RGB (Red+Green+Blue) = 241+157+220=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DDC is #0E6223. Grayscale: #BDBDBD. Windows color (decimal): -942628 or 14458353. OLE color: 14458353.

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

Color convert

RGB241157220-
CMYK00.350.090.05
HSL315º75%78.04%-
HSV(B)315º34.85%94.51%-
XYZ61.2547.9873.74-
YUV189.3145.33164.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 157 (61.72% from 255) = 25.40%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=39.00%
G=25.40%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115722000.350.090.053157578.04
HexF19DDC0239513b4b4e
Octal361235334043115473113116
Binary1111000110011101110111000100011100110110011101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DDC; }

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

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

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

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

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

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

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

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