#FFAFB1

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

Shades of Light Pink #FFAFB1

Tints of Light Pink #FFAFB1

Color information

#FFAFB1 (or 0xFFAFB1) is unknown color: approx Light Pink. HEX triplet: FF, AF and B1. RGB value is (255,175,177). Sum of RGB (Red+Green+Blue) = 255+175+177=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFB1 is #00504E. Grayscale: #C7C7C7. Windows color (decimal): -20559 or 11644927. OLE color: 11644927.

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

Color convert

RGB255175177-
CMYK00.310.310
HSL358.5º100%84.31%-
HSV(B)358.5º31.37%100%-
XYZ64.5155.0948.83-
YUV199.15115.5167.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=42.01%
G=28.83%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517517700.310.310358.510084.31
HexFFAFB101F1F01666454
Octal377257261037370546144124
Binary11111111101011111011000101111111111010110011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFB1; }

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

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

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

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

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

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

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

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