#F19DED

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

Shades of Lavender Rose #F19DED

Tints of Lavender Rose #F19DED

Color information

#F19DED (or 0xF19DED) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and ED. RGB value is (241,157,237). Sum of RGB (Red+Green+Blue) = 241+157+237=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DED is #0E6212. Grayscale: #BFBFBF. Windows color (decimal): -942611 or 15572465. OLE color: 15572465.

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

Color convert

RGB241157237-
CMYK00.350.020.05
HSL302.86º75%78.04%-
HSV(B)302.86º34.85%94.51%-
XYZ63.6248.9386.21-
YUV191.24153.83163.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=37.95%
G=24.72%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115723700.350.020.05302.867578.04
HexF19DED0232512f4b4e
Octal36123535504325457113116
Binary11110001100111011110110101000111010110010111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DED; }

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

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

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

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

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

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

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

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