#F19CE8

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

Shades of Lavender Rose #F19CE8

Tints of Lavender Rose #F19CE8

Color information

#F19CE8 (or 0xF19CE8) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and E8. RGB value is (241,156,232). Sum of RGB (Red+Green+Blue) = 241+156+232=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CE8 is #0E6317. Grayscale: #BDBDBD. Windows color (decimal): -942872 or 15244529. OLE color: 15244529.

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

Color convert

RGB241156232-
CMYK00.350.040.05
HSL306.35º75.22%77.84%-
HSV(B)306.35º35.27%94.51%-
XYZ62.7348.382.36-
YUV190.08151.66164.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 232 (91.02% from 255) = 36.88%
R=38.31%
G=24.80%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115623200.350.040.05306.3575.2277.84
HexF19CE8023451324b4e
Octal36123435004345462113116
Binary111100011001110011101000010001110010110011001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CE8; }

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

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

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

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

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

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

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

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