#F695DC

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

Shades of Lavender Rose #F695DC

Tints of Lavender Rose #F695DC

Color information

#F695DC (or 0xF695DC) is unknown color: approx Lavender Rose. HEX triplet: F6, 95 and DC. RGB value is (246,149,220). Sum of RGB (Red+Green+Blue) = 246+149+220=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F695DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695DC is #096A23. Grayscale: #B9B9B9. Windows color (decimal): -616996 or 14456310. OLE color: 14456310.

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

Color convert

RGB246149220-
CMYK00.390.110.04
HSL316.08º84.35%77.45%-
HSV(B)316.08º39.43%96.47%-
XYZ61.6746.2673.39-
YUV186.1147.14170.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=40%
G=24.23%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614922000.390.110.04316.0884.3577.45
HexF695DC027B413c544d
Octal366225334047134474124115
Binary1111011010010101110111000100111101110010011110010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695DC; }

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

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

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

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

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

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

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

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