#F6ADCD

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

Shades of Lavender Pink #F6ADCD

Tints of Lavender Pink #F6ADCD

Color information

#F6ADCD (or 0xF6ADCD) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and CD. RGB value is (246,173,205). Sum of RGB (Red+Green+Blue) = 246+173+205=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADCD is #095232. Grayscale: #C6C6C6. Windows color (decimal): -610867 or 13479414. OLE color: 13479414.

HSL color Cylindrical-coordinate representation of color #F6ADCD: hue angle of 333.7º 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 #F6ADCD is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246173205-
CMYK00.300.170.04
HSL333.7º80.22%82.16%-
HSV(B)333.7º29.67%96.47%-
XYZ63.9753.8964.79-
YUV198.48131.68161.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=39.42%
G=27.72%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617320500.300.170.04333.780.2282.16
HexF6ADCD01E11414e5052
Octal366255315036214516120122
Binary1111011010101101110011010111101000110010100111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADCD; }

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

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

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

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

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

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

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

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