Html Css Color HEX #FFA6D4 Lavender Pink

📋 copy color: '#FFA6D4'

red 255 ◦ green 166 ◦ blue 212

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

Shades of Lavender Pink #FFA6D4

Tints of Lavender Pink #FFA6D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 40.28%
G = 26.22%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFA6D4 (or 0xFFA6D4) is known color: Lavender Pink. HEX triplet: FF, A6 and D4. RGB value is (255,166,212). Sum of RGB (Red+Green+Blue) = 255+166+212=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6D4 is #00592B. Grayscale: #C5C5C5. Windows color (decimal): -22828 or 13936383. OLE color: 13936383.

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

Color convert

RGB 255 166 212 -
CMYK 0 0.35 0.17 0
HSL 328.99º 1% 0.83% -
HSV(B) 328.99º 0.35% 1% -
XYZ 66.76 53.29 69.05 -
YUV 197.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 255 166 212 0 0.35 0.17 0 328.99 1 0.83
Hex FF A6 D4 0 23 11 0 149 64 53
Octal 377 246 324 0 43 21 0 511 144 123
Binary 11111111 10100110 11010100 0 100011 10001 0 101001001 1100100 1010011

Color Harmonies of #FFA6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6D4

Black with #FFA6D4

Text Example


Text Example

White with #FFA6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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