Html Css Color HEX #FFA6D0 Lavender Pink

📋 copy color: '#FFA6D0'

red 255 ◦ green 166 ◦ blue 208

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

Shades of Lavender Pink #FFA6D0

Tints of Lavender Pink #FFA6D0

RGB

 RED value IS 255 (100% from 255) = 40.54%

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

 BLUE value IS 208 (81.64% from 255) = 33.07%

R = 40.54%
G = 26.39%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA6D0 (or 0xFFA6D0) is known color: Lavender Pink. HEX triplet: FF, A6 and D0. RGB value is (255,166,208). Sum of RGB (Red+Green+Blue) = 255+166+208=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6D0 is #00592F. Grayscale: #C5C5C5. Windows color (decimal): -22832 or 13674239. OLE color: 13674239.

HSL color Cylindrical-coordinate representation of color #FFA6D0: hue angle of 331.69º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6D0 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 208 -
CMYK 0 0.35 0.18 0
HSL 331.69º 1% 0.83% -
HSV(B) 331.69º 0.35% 1% -
XYZ 66.26 53.09 66.43 -
YUV 197.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 255 166 208 0 0.35 0.18 0 331.69 1 0.83
Hex FF A6 D0 0 23 12 0 14C 64 53
Octal 377 246 320 0 43 22 0 514 144 123
Binary 11111111 10100110 11010000 0 100011 10010 0 101001100 1100100 1010011

Color Harmonies of #FFA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6D0

Black with #FFA6D0

Text Example


Text Example

White with #FFA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6D0; }

 p { color: rgb(255,166,208); }

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

background-color css

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

 a { background-color: rgb(255,166,208); }

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

border-color css

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

 span { border-color: rgb(255,166,208); }

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