#FDAFB6

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

Shades of Light Pink #FDAFB6

Tints of Light Pink #FDAFB6

Color information

#FDAFB6 (or 0xFDAFB6) is unknown color: approx Light Pink. HEX triplet: FD, AF and B6. RGB value is (253,175,182). Sum of RGB (Red+Green+Blue) = 253+175+182=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFB6 is #025049. Grayscale: #C7C7C7. Windows color (decimal): -151626 or 11972605. OLE color: 11972605.

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

Color convert

RGB253175182-
CMYK00.310.280.01
HSL354.62º95.12%83.92%-
HSV(B)354.62º30.83%99.22%-
XYZ64.2854.9251.47-
YUV199.12118.34166.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 182 (71.48% from 255) = 29.84%
R=41.48%
G=28.69%
B=29.84%

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
Decimal25317518200.310.280.01354.6295.1283.92
HexFDAFB601F1C11635f54
Octal375257266037341543137124
Binary11111101101011111011011001111111100110110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFB6; }

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

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

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

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

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

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

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

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