Html Css Color HEX #F6A6D6 Lavender Pink

📋 copy color: '#F6A6D6'

red 246 ◦ green 166 ◦ blue 214

#F6A6D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F6A6D6

Tints of Lavender Pink #F6A6D6

RGB

 RED value IS 246 (96.48% from 255) = 39.3%

 GREEN value IS 166 (65.23% from 255) = 26.52%

 BLUE value IS 214 (83.98% from 255) = 34.19%

R = 39.3%
G = 26.52%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6A6D6 (or 0xF6A6D6) is known color: Lavender Pink. HEX triplet: F6, A6 and D6. RGB value is (246,166,214). Sum of RGB (Red+Green+Blue) = 246+166+214=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6D6 is #095929. Grayscale: #C3C3C3. Windows color (decimal): -612650 or 14067446. OLE color: 14067446.

HSL color Cylindrical-coordinate representation of color #F6A6D6: hue angle of 324º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6D6 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 166 214 -
CMYK 0 0.33 0.13 0.04
HSL 324º 0.82% 0.81% -
HSV(B) 324º 0.33% 0.96% -
XYZ 63.78 51.72 70.24 -
YUV 195.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 246 166 214 0 0.33 0.13 0.04 324 0.82 0.81
Hex F6 A6 D6 0 21 D 4 144 52 51
Octal 366 246 326 0 41 15 4 504 122 121
Binary 11110110 10100110 11010110 0 100001 1101 100 101000100 1010010 1010001

Color Harmonies of #F6A6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A6D6

Black with #F6A6D6

Text Example


Text Example

White with #F6A6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A6D6; }

 p { color: rgb(246,166,214); }

 H1.HeaderClassName
 {
   color: #F6A6D6;
 }
 .AnyTagClassName
 {
   color: #F6A6D6;
 }
</style>

background-color css

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

 a { background-color: rgb(246,166,214); }

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

border-color css

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

 span { border-color: rgb(246,166,214); }

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