#F198DE

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

Shades of Lavender Rose #F198DE

Tints of Lavender Rose #F198DE

Color information

#F198DE (or 0xF198DE) is unknown color: approx Lavender Rose. HEX triplet: F1, 98 and DE. RGB value is (241,152,222). Sum of RGB (Red+Green+Blue) = 241+152+222=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F198DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198DE is #0E6721. Grayscale: #BABABA. Windows color (decimal): -943906 or 14588145. OLE color: 14588145.

HSL color Cylindrical-coordinate representation of color #F198DE: hue angle of 312.81º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F198DE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241152222-
CMYK00.370.080.05
HSL312.81º76.07%77.06%-
HSV(B)312.81º36.93%94.51%-
XYZ60.6946.4374.87-
YUV186.59147.99166.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=39.19%
G=24.72%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115222200.370.080.05312.8176.0777.06
HexF198DE025851394c4d
Octal361230336045105471114115
Binary1111000110011000110111100100101100010110011100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198DE; }

 p { color: rgb(241,152,222); }

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

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

 a { background-color: rgb(241,152,222); }

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

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

 span { border-color: rgb(241,152,222); }

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