#FDAFB0

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

Shades of Light Pink #FDAFB0

Tints of Light Pink #FDAFB0

Color information

#FDAFB0 (or 0xFDAFB0) is unknown color: approx Light Pink. HEX triplet: FD, AF and B0. RGB value is (253,175,176). Sum of RGB (Red+Green+Blue) = 253+175+176=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAFB0 is #02504F. Grayscale: #C6C6C6. Windows color (decimal): -151632 or 11579389. OLE color: 11579389.

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

Color convert

RGB253175176-
CMYK00.310.300.01
HSL359.23º95.12%83.92%-
HSV(B)359.23º30.83%99.22%-
XYZ63.6754.6848.27-
YUV198.44115.34166.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=41.89%
G=28.97%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317517600.310.300.01359.2395.1283.92
HexFDAFB001F1E11675f54
Octal375257260037361547137124
Binary11111101101011111011000001111111110110110011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFB0; }

 p { color: rgb(253,175,176); }

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

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

 a { background-color: rgb(253,175,176); }

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

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

 span { border-color: rgb(253,175,176); }

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