#F19CED

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

Shades of Lavender Rose #F19CED

Tints of Lavender Rose #F19CED

Color information

#F19CED (or 0xF19CED) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and ED. RGB value is (241,156,237). Sum of RGB (Red+Green+Blue) = 241+156+237=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CED is #0E6312. Grayscale: #BEBEBE. Windows color (decimal): -942867 or 15572209. OLE color: 15572209.

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

Color convert

RGB241156237-
CMYK00.350.020.05
HSL302.82º75.22%77.84%-
HSV(B)302.82º35.27%94.51%-
XYZ63.4548.5986.16-
YUV190.65154.16163.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 156 (61.33% from 255) = 24.61%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=38.01%
G=24.61%
B=37.38%

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
Decimal24115623700.350.020.05302.8275.2277.84
HexF19CED0232512f4b4e
Octal36123435504325457113116
Binary11110001100111001110110101000111010110010111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CED; }

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

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

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

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

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

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

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

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