#F19CEC

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

Shades of Lavender Rose #F19CEC

Tints of Lavender Rose #F19CEC

Color information

#F19CEC (or 0xF19CEC) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and EC. RGB value is (241,156,236). Sum of RGB (Red+Green+Blue) = 241+156+236=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CEC is #0E6313. Grayscale: #BEBEBE. Windows color (decimal): -942868 or 15506673. OLE color: 15506673.

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

Color convert

RGB241156236-
CMYK00.350.020.05
HSL303.53º75.22%77.84%-
HSV(B)303.53º35.27%94.51%-
XYZ63.348.5385.39-
YUV190.53153.66164-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 156 (61.33% from 255) = 24.64%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=38.07%
G=24.64%
B=37.28%

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
Decimal24115623600.350.020.05303.5375.2277.84
HexF19CEC023251304b4e
Octal36123435404325460113116
Binary11110001100111001110110001000111010110011000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CEC; }

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

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

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

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

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

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

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

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