#F6ADCF

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

Shades of Lavender Pink #F6ADCF

Tints of Lavender Pink #F6ADCF

Color information

#F6ADCF (or 0xF6ADCF) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and CF. RGB value is (246,173,207). Sum of RGB (Red+Green+Blue) = 246+173+207=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADCF is #095230. Grayscale: #C6C6C6. Windows color (decimal): -610865 or 13610486. OLE color: 13610486.

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

Color convert

RGB246173207-
CMYK00.300.160.04
HSL332.05º80.22%82.16%-
HSV(B)332.05º29.67%96.47%-
XYZ64.2153.9866.07-
YUV198.7132.68161.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.30%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=39.30%
G=27.64%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617320700.300.160.04332.0580.2282.16
HexF6ADCF01E10414c5052
Octal366255317036204514120122
Binary1111011010101101110011110111101000010010100110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADCF; }

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

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

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

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

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

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

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

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