#FDBAB8

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

Shades of Your Pink #FDBAB8

Tints of Your Pink #FDBAB8

Color information

#FDBAB8 (or 0xFDBAB8) is unknown color: approx Your Pink. HEX triplet: FD, BA and B8. RGB value is (253,186,184). Sum of RGB (Red+Green+Blue) = 253+186+184=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAB8 is #024547. Grayscale: #CDCDCD. Windows color (decimal): -148808 or 12106493. OLE color: 12106493.

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

Color convert

RGB253186184-
CMYK00.260.270.01
HSL1.74º94.52%85.69%-
HSV(B)1.74º27.27%99.22%-
XYZ66.7259.4653.31-
YUV205.8115.7161.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 184 (72.27% from 255) = 29.53%
R=40.61%
G=29.86%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318618400.260.270.011.7494.5285.69
HexFDBAB801A1B125f56
Octal3752722700323312137126
Binary1111110110111010101110000110101101111010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAB8; }

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

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

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

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

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

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

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

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