#F6ADCB

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

Shades of Lavender Pink #F6ADCB

Tints of Lavender Pink #F6ADCB

Color information

#F6ADCB (or 0xF6ADCB) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and CB. RGB value is (246,173,203). Sum of RGB (Red+Green+Blue) = 246+173+203=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADCB is #095234. Grayscale: #C6C6C6. Windows color (decimal): -610869 or 13348342. OLE color: 13348342.

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

Color convert

RGB246173203-
CMYK00.300.170.04
HSL335.34º80.22%82.16%-
HSV(B)335.34º29.67%96.47%-
XYZ63.7353.7963.52-
YUV198.25130.68162.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=39.55%
G=27.81%
B=32.64%

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
Decimal24617320300.300.170.04335.3480.2282.16
HexF6ADCB01E11414f5052
Octal366255313036214517120122
Binary1111011010101101110010110111101000110010100111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADCB; }

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

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

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

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

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

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

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

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