#F698DC

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

Shades of Lavender Rose #F698DC

Tints of Lavender Rose #F698DC

Color information

#F698DC (or 0xF698DC) is unknown color: approx Lavender Rose. HEX triplet: F6, 98 and DC. RGB value is (246,152,220). Sum of RGB (Red+Green+Blue) = 246+152+220=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F698DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698DC is #096723. Grayscale: #BBBBBB. Windows color (decimal): -616228 or 14457078. OLE color: 14457078.

HSL color Cylindrical-coordinate representation of color #F698DC: hue angle of 316.6º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F698DC is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246152220-
CMYK00.380.110.04
HSL316.6º83.93%78.04%-
HSV(B)316.6º38.21%96.47%-
XYZ62.1547.2273.55-
YUV187.86146.14169.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.81%
GREEN value IS 152 (59.77% from 255) = 24.60%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=39.81%
G=24.60%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615222000.380.110.04316.683.9378.04
HexF698DC026B413d544e
Octal366230334046134475124116
Binary1111011010011000110111000100110101110010011110110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F698DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F698DC; }

 p { color: rgb(246,152,220); }

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

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

 a { background-color: rgb(246,152,220); }

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

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

 span { border-color: rgb(246,152,220); }

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