#F6ADCA

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

Shades of Lavender Pink #F6ADCA

Tints of Lavender Pink #F6ADCA

Color information

#F6ADCA (or 0xF6ADCA) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and CA. RGB value is (246,173,202). Sum of RGB (Red+Green+Blue) = 246+173+202=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADCA is #095235. Grayscale: #C6C6C6. Windows color (decimal): -610870 or 13282806. OLE color: 13282806.

HSL color Cylindrical-coordinate representation of color #F6ADCA: hue angle of 336.16º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADCA is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246173202-
CMYK00.300.180.04
HSL336.16º80.22%82.16%-
HSV(B)336.16º29.67%96.47%-
XYZ63.6153.7462.9-
YUV198.13130.18162.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.61%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=39.61%
G=27.86%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617320200.300.180.04336.1680.2282.16
HexF6ADCA01E1241505052
Octal366255312036224520120122
Binary1111011010101101110010100111101001010010101000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADCA; }

 p { color: rgb(246,173,202); }

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

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

 a { background-color: rgb(246,173,202); }

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

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

 span { border-color: rgb(246,173,202); }

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