#FFAFB7

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

Shades of Light Pink #FFAFB7

Tints of Light Pink #FFAFB7

Color information

#FFAFB7 (or 0xFFAFB7) is unknown color: approx Light Pink. HEX triplet: FF, AF and B7. RGB value is (255,175,183). Sum of RGB (Red+Green+Blue) = 255+175+183=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFB7 is #005048. Grayscale: #C7C7C7. Windows color (decimal): -20553 or 12038143. OLE color: 12038143.

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

Color convert

RGB255175183-
CMYK00.310.280
HSL354º100%84.31%-
HSV(B)354º31.37%100%-
XYZ65.1255.3452.05-
YUV199.83118.5167.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 183 (71.88% from 255) = 29.85%
R=41.60%
G=28.55%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517518300.310.28035410084.31
HexFFAFB701F1C01626454
Octal377257267037340542144124
Binary11111111101011111011011101111111100010110001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFB7; }

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

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

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

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

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

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

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

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