#F19CE4

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

Shades of Lavender Rose #F19CE4

Tints of Lavender Rose #F19CE4

Color information

#F19CE4 (or 0xF19CE4) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and E4. RGB value is (241,156,228). Sum of RGB (Red+Green+Blue) = 241+156+228=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CE4 is #0E631B. Grayscale: #BDBDBD. Windows color (decimal): -942876 or 14982385. OLE color: 14982385.

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

Color convert

RGB241156228-
CMYK00.350.050.05
HSL309.18º75.22%77.84%-
HSV(B)309.18º35.27%94.51%-
XYZ62.1748.0879.4-
YUV189.62149.66164.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 156 (61.33% from 255) = 24.96%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=38.56%
G=24.96%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115622800.350.050.05309.1875.2277.84
HexF19CE4023551354b4e
Octal36123434404355465113116
Binary111100011001110011100100010001110110110011010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CE4; }

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

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

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

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

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

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

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

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