#F692DC

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

Shades of Lavender Rose #F692DC

Tints of Lavender Rose #F692DC

Color information

#F692DC (or 0xF692DC) is unknown color: approx Lavender Rose. HEX triplet: F6, 92 and DC. RGB value is (246,146,220). Sum of RGB (Red+Green+Blue) = 246+146+220=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F692DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692DC is #096D23. Grayscale: #B8B8B8. Windows color (decimal): -617764 or 14455542. OLE color: 14455542.

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

Color convert

RGB246146220-
CMYK00.410.110.04
HSL315.6º84.75%76.86%-
HSV(B)315.6º40.65%96.47%-
XYZ61.245.3273.23-
YUV184.34148.13171.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 146 (57.42% from 255) = 23.86%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=40.20%
G=23.86%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614622000.410.110.04315.684.7576.86
HexF692DC029B413c554d
Octal366222334051134474125115
Binary1111011010010010110111000101001101110010011110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F692DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F692DC; }

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

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

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

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

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

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

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

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