#FDAFB1

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

Shades of Light Pink #FDAFB1

Tints of Light Pink #FDAFB1

Color information

#FDAFB1 (or 0xFDAFB1) is unknown color: approx Light Pink. HEX triplet: FD, AF and B1. RGB value is (253,175,177). Sum of RGB (Red+Green+Blue) = 253+175+177=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAFB1 is #02504E. Grayscale: #C6C6C6. Windows color (decimal): -151631 or 11644925. OLE color: 11644925.

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

Color convert

RGB253175177-
CMYK00.310.300.01
HSL358.46º95.12%83.92%-
HSV(B)358.46º30.83%99.22%-
XYZ63.7754.7248.8-
YUV198.55115.84166.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=41.82%
G=28.93%
B=29.26%

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
Decimal25317517700.310.300.01358.4695.1283.92
HexFDAFB101F1E11665f54
Octal375257261037361546137124
Binary11111101101011111011000101111111110110110011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFB1; }

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

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

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

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

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

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

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

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