#F19CE9

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

Shades of Lavender Rose #F19CE9

Tints of Lavender Rose #F19CE9

Color information

#F19CE9 (or 0xF19CE9) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and E9. RGB value is (241,156,233). Sum of RGB (Red+Green+Blue) = 241+156+233=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CE9 is #0E6316. Grayscale: #BDBDBD. Windows color (decimal): -942871 or 15310065. OLE color: 15310065.

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

Color convert

RGB241156233-
CMYK00.350.030.05
HSL305.65º75.22%77.84%-
HSV(B)305.65º35.27%94.51%-
XYZ62.8748.3683.11-
YUV190.19152.16164.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 156 (61.33% from 255) = 24.76%
BLUE value IS 233 (91.41% from 255) = 36.98%
R=38.25%
G=24.76%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115623300.350.030.05305.6575.2277.84
HexF19CE9023351324b4e
Octal36123435104335462113116
Binary11110001100111001110100101000111110110011001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CE9; }

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

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

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

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

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

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

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

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