Html Css Color HEX #FFA6D2 Lavender Pink

📋 copy color: '#FFA6D2'

red 255 ◦ green 166 ◦ blue 210

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

Shades of Lavender Pink #FFA6D2

Tints of Lavender Pink #FFA6D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.28%

R = 40.41%
G = 26.31%
B = 33.28%

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

#FFA6D2 (or 0xFFA6D2) is known color: Lavender Pink. HEX triplet: FF, A6 and D2. RGB value is (255,166,210). Sum of RGB (Red+Green+Blue) = 255+166+210=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6D2 is #00592D. Grayscale: #C5C5C5. Windows color (decimal): -22830 or 13805311. OLE color: 13805311.

HSL color Cylindrical-coordinate representation of color #FFA6D2: hue angle of 330.34º 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 #FFA6D2 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 210 -
CMYK 0 0.35 0.18 0
HSL 330.34º 1% 0.83% -
HSV(B) 330.34º 0.35% 1% -
XYZ 66.51 53.19 67.73 -
YUV 197.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 255 166 210 0 0.35 0.18 0 330.34 1 0.83
Hex FF A6 D2 0 23 12 0 14A 64 53
Octal 377 246 322 0 43 22 0 512 144 123
Binary 11111111 10100110 11010010 0 100011 10010 0 101001010 1100100 1010011

Color Harmonies of #FFA6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6D2

Black with #FFA6D2

Text Example


Text Example

White with #FFA6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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