#FDAFB8

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

Shades of Light Pink #FDAFB8

Tints of Light Pink #FDAFB8

Color information

#FDAFB8 (or 0xFDAFB8) is unknown color: approx Light Pink. HEX triplet: FD, AF and B8. RGB value is (253,175,184). Sum of RGB (Red+Green+Blue) = 253+175+184=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFB8 is #025047. Grayscale: #C7C7C7. Windows color (decimal): -151624 or 12103677. OLE color: 12103677.

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

Color convert

RGB253175184-
CMYK00.310.270.01
HSL353.08º95.12%83.92%-
HSV(B)353.08º30.83%99.22%-
XYZ64.495552.57-
YUV199.35119.34166.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=41.34%
G=28.59%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317518400.310.270.01353.0895.1283.92
HexFDAFB801F1B11615f54
Octal375257270037331541137124
Binary11111101101011111011100001111111011110110000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFB8; }

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

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

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

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

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

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

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

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