#FFA6AF

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

Shades of Light Pink #FFA6AF

Tints of Light Pink #FFA6AF

Color information

#FFA6AF (or 0xFFA6AF) is unknown color: approx Light Pink. HEX triplet: FF, A6 and AF. RGB value is (255,166,175). Sum of RGB (Red+Green+Blue) = 255+166+175=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AF is #005950. Grayscale: #C1C1C1. Windows color (decimal): -22865 or 11511551. OLE color: 11511551.

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

Color convert

RGB255166175-
CMYK00.350.310
HSL353.93º100%82.55%-
HSV(B)353.93º34.9%100%-
XYZ62.6151.6347.22-
YUV193.64117.49171.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=42.79%
G=27.85%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516617500.350.310353.9310082.55
HexFFA6AF0231F01626453
Octal377246257043370542144123
Binary111111111010011010101111010001111111010110001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6AF; }

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

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

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

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

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

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

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

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