#F19FCE

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

Shades of Lavender Pink #F19FCE

Tints of Lavender Pink #F19FCE

Color information

#F19FCE (or 0xF19FCE) is unknown color: approx Lavender Pink. HEX triplet: F1, 9F and CE. RGB value is (241,159,206). Sum of RGB (Red+Green+Blue) = 241+159+206=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FCE is #0E6031. Grayscale: #BCBCBC. Windows color (decimal): -942130 or 13541361. OLE color: 13541361.

HSL color Cylindrical-coordinate representation of color #F19FCE: hue angle of 325.61º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FCE is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241159206-
CMYK00.340.150.05
HSL325.61º74.55%78.43%-
HSV(B)325.61º34.02%94.51%-
XYZ59.8147.9564.5-
YUV188.88137.67165.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=39.77%
G=26.24%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115920600.340.150.05325.6174.5578.43
HexF19FCE022F51464b4e
Octal361237316042175506113116
Binary1111000110011111110011100100010111110110100011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FCE; }

 p { color: rgb(241,159,206); }

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

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

 a { background-color: rgb(241,159,206); }

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

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

 span { border-color: rgb(241,159,206); }

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