#FDAFB7

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

Shades of Light Pink #FDAFB7

Tints of Light Pink #FDAFB7

Color information

#FDAFB7 (or 0xFDAFB7) is unknown color: approx Light Pink. HEX triplet: FD, AF and B7. RGB value is (253,175,183). Sum of RGB (Red+Green+Blue) = 253+175+183=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFB7 is #025048. Grayscale: #C7C7C7. Windows color (decimal): -151625 or 12038141. OLE color: 12038141.

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

Color convert

RGB253175183-
CMYK00.310.280.01
HSL353.85º95.12%83.92%-
HSV(B)353.85º30.83%99.22%-
XYZ64.3954.9652.01-
YUV199.23118.84166.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=41.41%
G=28.64%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317518300.310.280.01353.8595.1283.92
HexFDAFB701F1C11625f54
Octal375257267037341542137124
Binary11111101101011111011011101111111100110110001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFB7; }

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

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

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

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

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

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

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

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